-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
111 lines (95 loc) · 2.96 KB
/
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
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>404</title>
<meta property="og:title" content="Boxed Image Converter Without Cropping"/>
<meta property="og:site_name" content="ImgBoxer"/>
<meta property="og:url" content="http://boxed.kuncoro.id"/>
<meta property="og:description" content="The simplest way to create boxed image, Without Cropping"/>
<meta property="fb:app_id" content="289936593494"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="http://boxed.kuncoro.id/assets/img/maxresdefault.jpg"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
font-family: 'Courgette', cursive;
}
body {
background: #f3f3e1;
}
.wrap {
margin: 0 auto;
width: 1000px;
}
.logo {
margin-top: 50px;
}
.logo h1 {
font-size: 200px;
color: #8F8E8C;
text-align: center;
margin-bottom: 1px;
text-shadow: 1px 1px 6px #fff;
}
.logo p {
color: rgb(228, 146, 162);
font-size: 20px;
margin-top: 1px;
text-align: center;
}
.logo p span {
color: lightgreen;
}
.sub a {
color: white;
background: #8F8E8C;
text-decoration: none;
padding: 7px 120px;
font-size: 13px;
font-family: arial, serif;
font-weight: bold;
-webkit-border-radius: 3em;
-moz-border-radius: .1em;
-border-radius: .1em;
}
.footer {
color: #8F8E8C;
position: absolute;
right: 10px;
bottom: 10px;
}
.footer a {
color: rgb(228, 146, 162);
}
</style>
</head>
<body>
<div class="wrap">
<div class="logo">
<h1>404</h1>
<p>Error occured! - File not Found</p>
<div class="sub">
<p><a href="/">Back</a></p>
</div>
</div>
</div>
<div class="footer">
Design by-<a href="http://w3layouts.com">W3Layouts</a>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51711528-12', 'auto');
ga('send', 'pageview');
</script>
</body>