-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Gutenberg Stacks" />
<meta property="og:description" content="Drill through 1,000 free Project Gutenberg books by category, era, and subject — stacks of cards, all the way down." />
<meta property="og:url" content="" />
<meta name="twitter:card" content="summary" />
<title>Gutenberg Stacks</title>
</head>
<body>
<header>
<h1><a href="#/">Gutenberg stacks</a></h1>
<input id="search" type="search" placeholder="search all cards" />
</header>
<div id="progress" aria-hidden="true"><div id="progress-fill"></div></div>
<div id="app" class="container"></div>
<p id="error" class="container" hidden>Could not load the book data. Please try again later.</p>
<script type="module" src="/src/main.ts"></script>
</body>
</html>