-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage8.html
More file actions
51 lines (50 loc) · 1.44 KB
/
page8.html
File metadata and controls
51 lines (50 loc) · 1.44 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page 8</title>
<link rel="shortcut icon" href="favicon.ico" />
<style>
body {
overflow: hidden;
}
.formatted {
white-space: pre;
font-family: monospace;
margin: 0 auto;
width: 400px;
}
.container {
width: 100%;
text-align: center;
margin-top: -200px;
}
img {
height: 100vh;
}
a {
text-decoration: none;
}
a:hover {
cursor: link;
}
</style>
</head>
<body>
<div class="container">
<img src="bg.jpg" />
<!--Apotheosis of Hercules by Francois Lemoyne-->
</div>
<!--prettier-ignore-->
<div class="formatted">
You'll be back, soon, you'll see
You'll remember you belong to me
You'll be back, time will tell
You'll remember that I served you well
<a href="page9.html" style="color:brown; font-weight:bold">Oceans rise, empires fall</a>
We have seen each other through it all
And when push comes to shove
I will send a fully armed battalion to remind you of my love!
<!--Jonathan Groff and Original Broadway Cast of "Hamilton". Lyrics to "You'll Be Back." Genius, 2015, https://genius.com/Jonathan-groff-and-original-broadway-cast-of-hamilton-youll-be-back-lyrics-->
</div>
</body>
</html>