This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
77 lines (68 loc) · 3.27 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=100%">
<title>404 Not Found</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
<link rel="manifest" href="manifest.json">
<link rel="icon" href="/assets/img/icon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta property="og:site_name" content="z1g Project">
<meta property="og:type" content="Website">
<meta property="og:url" content="https://z1g-project.johnglynn2.repl.co">
<meta property="og:title" content="Page not found">
<meta property="og:description" content="The requested page could not be found">
<meta property="og:image" content="/assets/img/fav_img.png">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, minimum-scale=1, maximum-scale=1">
<link rel="icon" id="appIcon" type="image/png" href="assets/img/logo.png">
<!-- iOS web app configuration -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="z1g Project">
<!-- iOS web app icons -->
<link rel="apple-touch-icon" href="assets/img/logo.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/logo.png">
<link rel="apple-touch-icon" sizes="167x167" href="assets/img/logo.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="z1g Project">
<meta name="twitter:creator" content="@z1g-official">
<meta name="twitter:title" content="The z1g Project">
<meta name="twitter:url" content="https://z1g-project.johnglynn2.repl.co">
<meta name="twitter:description" content="Unblock your Web Experience with the z1g Project">
<meta name="twitter:image" content="/assets/img/fav_img.png">
<script src="script.js"></script>
</head>
<body>
<div class="container">
<!--────────────────Header───────────────-->
<header>
<a class="logo" href="#home">
<img src="/assets/img/logo.png" alt="z1g Project Logo" />
</a>
<nav>
<ul class="nav-bar"><div class="bg"></div>
<li><a class="nav-link active" href="https://z1g-project.johnglynn2.repl.co">Home</a></li>
<li><a class="nav-link" href="https://z1g-project.johnglynn2.repl.co/#projects">Projects</a></li>
<li><a class="nav-link" href="/support/">Support</a></li>
<li><a class="nav-link" href="/faq.html">FAQ</a></li>
<li><a class="nav-link" href="https://z1g-project.johnglynn2.repl.co/#contact">Contact</a></li>
</ul>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
</header>
<main>
<body>
<div class="filter"></div>
<section class="intro">
<h1>Error</h1>
<h3>404</h3>
<h1>Requested Page not found</h1>
</body>