Skip to content

Instantly share code, notes, and snippets.

@kurzweil777
Created July 5, 2020 14:34
Show Gist options
  • Save kurzweil777/d7a359d7f4badca10adb586182b119d2 to your computer and use it in GitHub Desktop.
Save kurzweil777/d7a359d7f4badca10adb586182b119d2 to your computer and use it in GitHub Desktop.
HTML/CSS
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Lorem ipsum</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="description" content="Your lorem ipsum">
<meta name=keyword" content="Lorem, ipsum">
</head>
<body>
<h1>Lorem Ipsum</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate dicta modi optio repellendus, sapiente tenetur
voluptatum? Animi aperiam asperiores blanditiis doloremque, hic incidunt libero molestias non quae quisquam soluta,
totam.</p>
<hr>
My first login: <input type="text">
<hr>
<pre>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
</pre>
<a href="#">Jump to the top</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment