-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemp.html
More file actions
23 lines (20 loc) · 801 Bytes
/
temp.html
File metadata and controls
23 lines (20 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Not Found</title>
<link rel="icon" type="image/png" href="images/pleto.png"/> <!--OMG PLETO--->
<link rel="stylesheet" href="sub.css"> <!--The CSS ting-->
</head>
<body>
<div class="bootlegmain">
<h1>Error 404 (Page not found)</h1>
<hr>
<center><img src="images/404moment.png" alt="you got 404'd"></center>
<p>Either the page you have typed doesn't exist or you typed in the URL incorrectly</p>
<br>
<p>Please Click <a href="index.html">here</a> to be redirected to the Main Page.</p>
</div>
</body>
</html>