-
Notifications
You must be signed in to change notification settings - Fork 29
/
404.php
45 lines (44 loc) · 2.71 KB
/
404.php
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
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="Copyright" content="Popojicms" />
<meta name="robots" content="index, follow" />
<meta name="description" content="404 PopojiCMS" />
<meta name="keywords" content="404 popojicms, popojicms" />
<meta name="generator" content="PopojiCMS v.1.3.0" />
<meta name="author" content="Dwira Survivor" />
<meta name="language" content="Indonesia" />
<meta name="revisit-after" content="7" />
<meta name="webcrawlers" content="all" />
<meta name="rating" content="general" />
<meta name="spiders" content="all" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!--[if gt IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<![endif]-->
<title>404 - Error Something Wrong</title>
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<style type="text/css">
body { font-family: Arial, Helvetica, sans-serif; background-color: #f1f1f1; font-size: 12px; line-height: 22px; color: #5f5f5f; min-height: 100%; position: relative; }
.errorWrapper { top: 50%; bottom: 0; margin-top: 100px; text-align: center; left: 0; right: 0; }
.errorContent { width: 380px; margin: auto; margin-top: 35px; }
.errorWrapper .errorTitle { display: block; text-shadow: 1px 0 0 #fff; text-align: center; font-size: 20px; border-bottom: 1px solid #cdcdcd; padding: 20px 14px; font-weight: bold; color: #d76a6a; font-style: italic; }
.errorWrapper .errorNum { color: #fff; font-size: 200px; text-stroke: 1px transparent; padding: 110px 0 80px 0; display: block; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); }
.errorDesc { display: block; margin: 10px 0 10px 0; font-weight: bold; font-size: 14px; }
.errorDesc .red { color: #cc0000; }
</style>
</head>
</head>
<body>
<div class="errorWrapper">
<span class="errorNum">404</span>
<div class="errorContent">
<span class="errorDesc">Oops, we are sorry but the page you are looking for was not found!<br />But do not worry, we will have a look into it<br />© popoji<span class="red">cms</span></span>
</div>
</div>
</body>
</html>