Skip to content

Instantly share code, notes, and snippets.

@rondorkerin
Created February 15, 2014 00:34
Show Gist options
  • Save rondorkerin/9012508 to your computer and use it in GitHub Desktop.
Save rondorkerin/9012508 to your computer and use it in GitHub Desktop.
HTML code for a library website
<html>
<head>
<title>My webpage!</title>
</head>
<body>
<h1>Welcome to the library</h1>
<p>Here's a list of books in our library!</p>
<ul>
<li>The Art of Zen - Alan Watts</li>
<li>The Jungle Book - That one guy</li>
<li>I Am America and So Can You! - S. Colbert</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment