forked from giambaJ/jChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (29 loc) · 922 Bytes
/
Copy path404.html
File metadata and controls
33 lines (29 loc) · 922 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, follow" />
<title>Page Not Found • jChat+</title>
<link rel="icon" type="image/png" href="/img/peepoHappy_plus_small.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<header>
<img src="/img/peepoHappy_plus.png" alt="jChat+ logo" />
<div>
<h1>jChat+</h1>
<h2>Page not found</h2>
</div>
</header>
<main>
<div id="intro">
<p>The page you requested does not exist.</p>
<p><a href="/">Return to the jChat+ overlay setup page.</a></p>
</div>
</main>
</body>
</html>