-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
40 lines (25 loc) · 934 Bytes
/
index2.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
<!doctype html>
<!--
Great Balls of Fire!
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Simple but at what cost?" content="When you remember yourself as you remember, you are not yourself.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ferriday.Zone</title>
<!-- CSS -->
<link href="../assets/css/placeholder_style.css" rel="stylesheet" type="text/css">
<!-- Font Detailz -->
<link href="https://fonts.googleapis.com/css?family=Fjalla+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="message">
<p>Welcome to the protected version of the Ferriday.Zone</p>
<!-- <p>You have reached the temporary landing page for <br />the Ferriday.Zone</p> -->
<p>To get started with the experience</p>
<p><a href="./00_the-watchtower.html">Click Here</a></p>
</div><!-- close message -->
</body>
</html>