forked from wahyu9kdl/wahyu9kdl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
178 lines (163 loc) · 5.18 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<title>404 PAGE wahyu9kdl.github.io</title>
<link rel="https://wahyu9kdl.github.io/404.html">
<meta property="og:title" content="404 Server Generator By wahyu9kdl">
<meta property="og:description" content="page 404 Server Generator By wahyu9kdl">
<meta property="og:image" content="">
<link rel="shortcut icon" type="image/x-icon" href="https://wahyu9kdl.github.io/Aw-icon.png">
<meta property="og:image:alt" content="Page 404 Server Scrip Generator By wahyu9kdl">
<meta property="og:type" content="website">
<meta property="og:url" content="https://wahyu9kdl.github.io/mikrotik-dns.html">
<meta name="google-site-verification" content="Yz_h71MpL-vH2RoECFzJU6NOZZVqSiu81kGfJv2VDXA"/>
<meta content='2f898b29394a4156964b39f56d9f579e5a97dd1e' name='Open Collective GraphQL API'/>
<meta content='general' name='rating'/>
<meta content='https://www.facebook.com/Awgroupchannel/' property='article:publisher'/><meta content='https://www.blogger.com/profile/13665508756481372754' property='article:author'/>
<meta content='https://www.facebook.com/AwGroupChannel/' property='article:author'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta content='5674641545910991' property='fb:app_id'/>
<meta content='118205510448983' property='fb:admins'/>
<meta content='en_US' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='https://id.quora.com/profile/Ahmad-Wahyudi-25' property='article:author'/>
<meta content='Ahmad wahyudi' name='Author-Qoura'/><meta content='https://id.pinterest.com/blanzcye' property='article:author'/>
<meta content='Ahmad wahyudi' name='Author'/><meta content='all' name='spiders'/>
<meta content='index, follow, noodp, noydir' name='robots'/><meta content='Index, Follow' name='robots'/>
<script async='async' custom-element='amp-ad' src='https://cdn.ampproject.org/v0/amp-ad-0.1.js'/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VSD8HWB5RG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VSD8HWB5RG');
</script><script async src="https://wahyu9kdl.github.io/ads/f.txt"
crossorigin="publisher"></script>
<script data-ad-client="ca-pub-9740800920365268" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async custom-element="amp-ad" src="https://wahyu9kdl.github.io/ads/amp.js"></script>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');
$nunito-font: 'Nunito', sans-serif;
// mixins
@mixin breakpoint($point) {
@if $point==mobile {
@media (max-width: 480px) and (min-width: 320px) {
@content ;
}
}
}
// keyrames
@keyframes floating {
from { transform: translateY(0px); }
65% { transform: translateY(15px); }
to { transform: translateY(-0px); }
}
html {
height: 100%;
}
body{
background-image: url('https://assets.codepen.io/1538474/star.svg'),linear-gradient(to bottom, #05007A, #4D007D);
height: 100%;
margin: 0;
background-attachment: fixed;
overflow: hidden;
}
.mars{
left:0;
right:0;
bottom:0;
position:absolute;
height: 27vmin;
background: url('https://assets.codepen.io/1538474/mars.svg') no-repeat bottom center;
background-size: cover;
}
.logo-404{
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 16vmin;
width: 30vmin;
@include breakpoint(mobile){
top: 45vmin;
}
}
.meteor{
position: absolute;
right: 2vmin;
top: 16vmin;
}
.title{
color: white;
font-family: $nunito-font;
font-weight: 600;
text-align: center;
font-size: 5vmin;
margin-top: 31vmin;
@include breakpoint(mobile){
margin-top: 65vmin;
}
}
.subtitle{
color: white;
font-family: $nunito-font;
font-weight: 400;
text-align: center;
font-size: 3.5vmin;
margin-top: -1vmin;
margin-bottom: 9vmin;
}
.btn-back{
border: 1px solid white;
color: white;
height: 5vmin;
padding: 12px;
font-family: $nunito-font;
text-decoration: none;
border-radius: 5px;
&:hover{
background: white;
color: #4D007D;
}
@include breakpoint(mobile){
font-size: 3.5vmin;
}
}
.astronaut{
position: absolute;
top: 18vmin;
left: 10vmin;
height: 30vmin;
animation: floating 3s infinite ease-in-out;
@include breakpoint(mobile){
top: 2vmin;
}
}
.spaceship{
position: absolute;
bottom: 15vmin;
right: 24vmin;
@include breakpoint(mobile){
width: 45vmin;
bottom: 18vmin;
}
}
</style>
</head>
<body>
<div class="mars"></div>
<img src="https://assets.codepen.io/1538474/404.svg" class="logo-404" />
<img src="https://assets.codepen.io/1538474/meteor.svg" class="meteor" />
<p class="title">Oh no!!</p>
<p class="subtitle">
You’re either misspelling the URL <br /> or requesting a page that's no longer here.
</p>
<div align="center">
<a class="btn-back" href="https://wahyu9kdl.github.io">Back to previous page</a>
</div>
<img src="https://assets.codepen.io/1538474/astronaut.svg" class="astronaut" />
<img src="https://assets.codepen.io/1538474/spaceship.svg" class="spaceship" />
</body>
</html>