Last active
December 28, 2023 16:27
-
-
Save jasonclark/2585097 to your computer and use it in GitHub Desktop.
booklist HTML - page structure and markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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