-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 898 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<meta http-equiv="refresh" content="3; URL=https://ablertarock.github.io/cookieclicker"/>
</head>
<body>
<h1>Sorry, this page is under development.</h1>
<p>Redirecting you to the only page on this website...</p>
<!---
<nav>
</nav>
<p>
Welcome to my lovely little website. It's got some very interesting contents, which I shall link here:
<ul>
<li>
<a class="nav" href="/cookieclicker/">The essential idle machine: Cookie Clicker</a>
</li>
<li>
<a class="nav" href="/cars/">Drive some cars.</a>
</li>
</ul>
</p>
<footer>
</footer>
--->
</body>
</html>