-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.shtml
41 lines (32 loc) · 1.68 KB
/
404.shtml
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
<!DOCTYPE html>
<html lang="en"><!--every link must b absolute cus sometimes the 404 is called from afolder file-->
<head>
<title>404 - File Not Found</title>
<link rel="manifest" href="/manifest.json">
<meta http-equiv="Cache-control: no-transform">
<meta name="description" content="404 Page">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>
<link rel="icon" type="png" href="/images/vogo.png">
<link type="text/css" rel="stylesheet" href="/css/powder.css?v=2.01">
<link href='https://fonts.googleapis.com/css?family=Nunito|Sarpanch|Skranji|Titillium+Web' rel='stylesheet'>
<style>
body{
background-color: #f5f5f5;
}
</style>
</head>
<body>
<div class="pagecen">
<div class="pef" style="margin-top:10%;background-color:white" >
<br><h class="analytxt">...page not found</h><br>
<img src="/images/404.jpg" style="height:auto" alt="404 Error. Page not found" class="everybodyimg" oncontextmenu="return false;"><br>
<h class="minis">...let's pretend something really cool just happened here<br><br></h>
<a href="/help/feedbacks.php"><button class="copele"> REPORT IT </button></a><br><br>
<a href="/index.php"><button class="control"> GO HOME </button></a><br><br>
<h class="miniss">You are seeing this page because the page you requested was not found on our server. It might have been removed or moved to another directory.</h><br>
</div>
</div><br><br><br><br>
<div id="offline" onclick="document.getElementById('offline').style.display='none';">Offline!<br><span id="smoff">Some features will not be available</span></div>
</body>
</html>