Skip to content

Instantly share code, notes, and snippets.

@namurray
Last active May 17, 2017 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namurray/2f0c774c88cb635e4b74b363215cc52f to your computer and use it in GitHub Desktop.
Save namurray/2f0c774c88cb635e4b74b363215cc52f to your computer and use it in GitHub Desktop.
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>My Website</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<h1>My Website</h1>
<p>Hello world! This is my website. I hope you enjoy it.</p>
<p>Some of my favorite websites are:</p>
<ul>
<li><a href="http://google.com">Google</a></li>
<li><a href="http://facebook.com">Facebook</a></li>
<li><a href="http://instagram.com">Instagram</a></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment