-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.php
52 lines (50 loc) · 1.53 KB
/
error.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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Article" lang="en-US">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<title>Oh, Sorry...</title>
<meta property="og:site_name" content="hippy"/>
<meta property="og:title" content=""/>
<meta itemprop="name" content=""/>
<meta property="og:type" content="article"/>
<style>
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
font-size: 19px;
line-height: 1.6em;
font-family: sans-serif;
color: #222;
background: #FBFCFC
}
#sectionWrapper {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
zoom: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
padding-top: 50px;
padding-left: 50px;
}
</style>
</head>
<body>
<div id="sectionWrapper">
<section>
We couldn't find what you are looking for.
</section>
</div>
</div>
<!-- @end Site -->
</body>
</html>