Skip to content

Instantly share code, notes, and snippets.

@jasonclark
Last active December 28, 2023 16:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonclark/2585097 to your computer and use it in GitHub Desktop.
Save jasonclark/2585097 to your computer and use it in GitHub Desktop.
booklist HTML - page structure and markup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Reading List</title>
<!-- Insert booklist.css here (https://gist.github.com/2585089) -->
<!-- Insert booklist.js here (https://gist.github.com/2585071) -->
</head>
<body>
<h1>Reading List</h1>
<div id="book-list"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment