-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
53 lines (52 loc) · 2.7 KB
/
Copy path404.html
File metadata and controls
53 lines (52 loc) · 2.7 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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://greenj.net/styling.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Error</title>
<!--Open Graph Meta Tags-->
<meta property="og:type" content="website">
<meta property="og:title" content="greenj.net">
<meta property="og:description" content="404 Error | GreenJ.net">
<meta property="og:image" content="https://greenj.net/assets/greentransparent.png">
<meta property="og:url" content="https://greenj.net/404">
<!--Twitter Meta Tags-->
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@GreenestJ">
<meta property="twitter:creator" content="@GreenestJ">
<meta property="twitter:title" content="404 Error | GreenJ.net">
<meta property="twitter:description" content="404 Error">
<meta property="twitter:image" content="https://greenj.net/assets/greentransparent.png">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/greentransparent.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon.ico">
</head>
<body>
<div style="position: fixed;background-color: rgb(54, 54, 54);width: 100%;">
<section class="navigator">
<a class="navi-link" href="https://greenj.net">Homepage</a>
<div class="dropdown">
<a class="navi-link" href="https://greenj.net/projects">Projects</a>
<div class="dropdown-content">
<a href="https://greenj.net/modding">Modding</a>
<a href="https://greenj.net/panels">Convention Panels</a>
</div>
</div>
</section>
</div>
<section class="page-header">
<h1 class="project-name">GreenJ.net</h1>
</section>
<section class="main-content" style="text-align: center;font-weight: bolder;">
<img src="https://greenj.net/assets/404.gif" alt="Spinning Cubed Me" style="width:230px;height:230px;">
<h1 style="color: #000000;font-weight: bold;">404 Error</h1>
<h2 style="color: rgb(80, 80, 80);font-weight: bold;";>We don't know where you're trying to go</h2>
<br>
<h2 style="font-weight: bold;"><a href="https://greenj.net" style="color: #1e6bb8;text-decoration: none;">Back To Homepage</a></h2>
</section>
<section class="credits">
<p>© 2024 GreenJ</p>
</section>
</body>
</html>