-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
53 lines (47 loc) · 1.89 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
<!--
/*--------------------------------*\
| _ |
| | | |
| __ _____ ___ ___ ___| | |
| \ \ /\ / / _ \/ __/ __|/ _ \ | |
| \ V V / __/\__ \__ \ __/ | |
| \_/\_/ \___||___/___/\___|_| |
| github.com/Wessel/portofolio |
| |
| This code is made as portofolio |
| page by wessel Tip (wessel.gg) |
| and it's licensed under the MIT |
| license, for more info visit |
| opensource.org/licenses/MIT. |
\*--------------------------------*/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<base target="_self">
<base href="https://wessel.gg/static/">
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta property="og:url" content="http://wessel.gg/404" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Wessel Tip" />
<meta property="og:image" content="https://wessel.gg/static/img/embed-logo.png" />
<meta property="og:locale" content="en_us">
<meta property="og:site_name" content="/home/404 — Wessel">
<meta property="og:description" content="Page not found" />
<meta name="KEYWORDS" content="wessel, wesselgame, wesseltip, tip, passthewessel" />
<meta name="theme-color" content="#008080" />
<meta name="DESCRIPTION" content="Page not found" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="shortcut-icon" type="image/x-icon" href="img/favicon.ico" >
<link rel="stylesheet" type="text/css" href="css/404.css" />
<title>Not Found</title>
</head>
<body>
<div class="container fade-in">
<h1>404</h1>
<p>The page you tried to visit was not found.</p>
<a draggable="false" class="btn" href="https://wessel.gg/">Go Home</a>
</div>
</body>
</html>