-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<title>Progress</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
<div id="messages-cont">
<div id="messages">
<div id="messages-inner">
<div>BOOTING...</div>
<div>LOADING MESSAGES...</div>
<div>INITIALISING PROCESSES...</div>
<div>STARTING PROGRESS SYSTEMS...</div>
<div>FINALISING...</div>
<div>READY!</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>TWIDDLING THUMBS...</div>
<div id="messages-bottom"></div>
</div>
</div>
</div>
<div id="bar-cont">
<div id="bar-inner"></div>
</div>
<div id="time">
<p>ETC: <span id="time-inner">THE HEAT DEATH OF THE UNIVERSE</span></p>
</div>
</body>
</html>