-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
43 lines (39 loc) · 1.92 KB
/
404.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
<!DOCTYPE html>
<html ontouchmove >
<head>
<title>Page Not Found Brain Stormz</title>
<link rel="shortcut icon" href="images/brainStormzFavicon.png" type="image/png">
<link rel="stylesheet" href="style.css" type="text/css"/>
<link rel="stylesheet" href="../style.css" type="text/css"/>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- nav bar -->
<div class="insertion-point" file="../modularity/navBar.html" ></div>
<script src="../modularity/modular.js"></script>
<script src="../modularity/navBar.js"></script>
<!--classes-->
<div class="content">
<div class="text">
<h1> FOUR OH FOUR: </h1>
<em>Time Unknown, Somewhere within complex Repo: </em>
<p style="font-family:monospaced;"> The lone silhouette was swept away by the breath of the universe. In a flash the Octocat was dragged into the abyss;
In a flash the cord stood strong against the harsh blare of the station. Fumbling with fear and fantasy- of what lie beyond,
she dragged out a rusty tool and prepared to cut away from her status quo and into possibility- into infinity. But the cord still
lay; a boundry between her and eternity.
</p>
<a onclick="goBack()">Go back.</a>
<a href="https://brainstormz.us/liesbeyond">Enter stranger waters.</a>
<script>
function goBack() {
window.history.back();
}
</script>
</div>
</div>
<!-- footer -->
<div class="insertion-point" file="../modularity/footer.html" ></div>
<script src="../modularity/modular.js"></script>
</body>
</html>