-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwip.html
35 lines (31 loc) · 1.22 KB
/
wip.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
<html>
<head>
<title>Under Construction</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style_sheets/style.css">
<link rel="stylesheet" href="style_sheets/error_style.css">
<script type="text/javascript" src="selection.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5RXK7JBGF6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5RXK7JBGF6', { 'anonymize_ip': true });
</script>
</head>
<body>
<div class="container">
<h1><div id="selection"></div><div class="cursor">!</div></h1>
<div id="error_nav">
<a href="/" class="info_button" id="home"> Home </a>
</div>
</div>
<script>
window.addEventListener('load', function () {
typeWriter('selection', "Go away, not done yet!", 100);
})
</script>
</body>
</html>