-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (39 loc) · 954 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>...</title>
<link rel="stylesheet" href="/assets/css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="/assets/js/header-footer.js"></script>
<script src="/randomcolors/script.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// TODO: Prototypes.
});
</script>
<style><!--
#soon {
font-size: 12em;
margin: auto;
margin-top: 1em;
text-align: center;
}
.hidden {
color: white;
}
#text {
position: fixed;
top: 200px;
margin: auto;
text-align: center;
width: 100%;
}
-->
</style>
</head>
<body>
<h1 id="soon">exc<span class="hidden"><span id="e">e</span></span>ls<span class="hidden"><span id="i">i</span><span id="o">o</span></span>r</h1>
<p id="text"></p>
</body>
</html>