-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (48 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
The Great Gatsby, by F. Scott Fitzgerald: Read Online or Download eBook
</title>
<link
rel="stylesheet"
href="dist/cover-style.css"
type="text/css"
charset="utf-8"
/>
<link href="dist/tailwind.css" rel="stylesheet" />
</head>
<body class="h-full">
<div id="background-gradient" class="min-h-full">
<div id="container">
<h1 id="title" class="text-center">
<!-- The Gr<span style="letter-spacing: -0.02em">ea</span>t Gatsby -->
The Great Gatsby
</h1>
<h2 id="author" class="font-serif italic text-right">
by<br />F. Scott Fitzgerald
</h2>
<ul id="nav">
<li>
<a
href="content/1.html"
class="sm:border-2 border border-gray-100 md:rounded-2xl sm:rounded-xl rounded-lg shadow-sm text-white bg-gray-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500"
>
Read Now
</a>
</li>
<li>
<a
href="https://standardebooks.org/ebooks/f-scott-fitzgerald/the-great-gatsby"
class="sm:border-2 border border-gray-100 md:rounded-2xl sm:rounded-xl rounded-lg shadow-sm text-white bg-gray-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500"
>
Get eBook
</a>
</li>
</ul>
</div>
</di >
</body>
</html>