mirror of
https://github.com/Wessel/portfolio.git
synced 2026-06-06 03:15:42 +02:00
53 lines
1.9 KiB
HTML
53 lines
1.9 KiB
HTML
<!--
|
|
/*--------------------------------*\
|
|
| _ |
|
|
| | | |
|
|
| __ _____ ___ ___ ___| | |
|
|
| \ \ /\ / / _ \/ __/ __|/ _ \ | |
|
|
| \ 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> |