-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
59 lines (59 loc) · 2.99 KB
/
Copy path404.html
File metadata and controls
59 lines (59 loc) · 2.99 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en" data-selected-theme="alt">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sam Castle">
<meta name="description" content="404 Error page">
<title>Prismoria - 404 Error</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&family=Baloo+Bhaijaan+2:wght@400..800&family=Merriweather+Sans:wght@400;500;600;700;800&family=Pangolin&family=Spectral:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link rel="icon" type="image/png" href="images/Favicons/Favicon512.png" sizes="512x512">
<link rel="icon" type="image/png" href="images/Favicons/Favicon256.png" sizes="256x256">
<link rel="icon" type="image/png" href="images/Favicons/Favicon180.png" sizes="180x180">
<link rel="icon" type="image/png" href="images/Favicons/Favicon128.png" sizes="128x128">
<link rel="icon" type="image/png" href="images/Favicons/Favicon96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/Favicons/Favicon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/Favicons/Favicon16.png" sizes="16x16">
<style>
:root {
--hue1: 270deg;
--hue2: 320deg;
--angle: 160deg;
}
</style>
<link rel="stylesheet" href="CSS/Defaults.css">
<script src="nav.js"></script>
</head>
<body>
<header>
<div class="navbar">
<h3 id="SiteName">Prismoria</h3>
<div class="flex-container">
<a href="index.html" id="TheParticle">The Particle</a>
<div class="dropdown">
<button class="dropbtn Selected" id="Characters">Characters
</button>
<div class="dropdown-content">
<a href="Jay.html">Jay Star</a>
<a href="Jacob.html">Jacob Jackson</a>
<a href="Sam.html">Samuel Broteez</a>
<a href="Elliot.html">Elliot Evans</a>
<a href="River.html">River Lucero</a>
<a href="Lucian.html">Lucian Draven</a>
</div>
</div>
<a href="SomeStories.html" id="SomeStories">Some Stories</a>
<a href="Updates.html" id="Updates">Site Updates</a>
</div>
</div>
</header>
<main>
<h1>Hi!<br>Unfortunately, this page does not exist.</h1>
<h2>If you remember how you got here, telling me how would be appreciated :3<br>You can send an email to JaylexA5.Prismoria@gmail.com</h2>
</main>
</body>
</html>