forked from XPMUser/XPMUser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (26 loc) · 915 Bytes
/
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>
<head>
<title>Error 404</title>
<meta name="description" content="Wanna mess around with my coding projects? Well this is the place!"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div class="title" align="center">
Error - 404
<br>
<span class="description">
Whoops! We couldn't find the page you were looking for.
</span>
</div>
<div align="center" style="position: relative; top: 60px">
<button onclick="window.location.href='https://xpmuser.github.io/'" class="button">
Back to home
</button>
</div>
<div class="footer-container">
<div class="footer" align="center">
<a target="_blank" href="https://github.com/XPMUser/XPMUser.github.io">Check out my Github!</a>
</div>
</div>
</html>