Skip to content

Instantly share code, notes, and snippets.

@francisrupert
Created March 27, 2014 20:29
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 francisrupert/9817847 to your computer and use it in GitHub Desktop.
Save francisrupert/9817847 to your computer and use it in GitHub Desktop.
scatch.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>page title</title>
</head>
<body>
<ul>
<li><a href="link.html">thing 1</a></li>
<li><a href="link.html">thing 2</a></li>
<li><a href="link.html">thing 3</a></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment