-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>THE SERPENT TRANSCENDED</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
<link rel="icon" type="image/png" href="favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="THE SERPENT TRANSCENDED">
<meta property="og:description" content="Nobody knows what happened to the Milton Library Assistant. That is, until one day, as you were browsing the web, you stumble across a mysterious darknet server...">
<meta property="og:image" content="milton.gif">
<meta property="url" content="https://danielzting.github.io/the-serpent-transcended/">
</head>
<body>
<div id="container">
<pre id="terminal"></pre>
<div id="buttons"></div>
</div>
</body>
</html>