-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (27 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pato's Website - 404</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Pato">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="apple-touch-icon" href="img/glasses.png" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta content="#bf0101" data-react-helmet="true" name="theme-color">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="pages/tabs/mods.html">Mods</a>
<a href="pages/tabs/blog.html">Blog</a>
<a href="pages/tabs/aboutme.html">About Me</a>
</div>
<div class="contentAboutme">
<h1>404 - Page not found <img src="img/smallpato.png" style="width:30px;height:30px;"></a></h1>
<p>Just letting you know, this website is still in W.I.P.</p>
<h2><img src="img/404/mikewhurt.gif" style="width:260px;height:260px;"></a></h2>
</div>
</body>
</html>