-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathoffline.html
135 lines (135 loc) · 3.54 KB
/
offline.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
<div id="cf_alert_div">
<style>
#cf_alert_div {
margin: 0 0 5px;
padding: 0;
position: relative;
top: 0;
left: 0;
display: block;
z-index: 99999;
background-color: #f7f7f8;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#cf_alert_div a,
#cf_alert_div a:visited {
text-decoration: none;
color: #276d9b;
font-weight: 600;
}
#cf_alert_div strong {
font-weight: 600;
}
#cf_alert_div table {
width: 100%;
}
#cf_alert_div table td {
vertical-align: middle;
}
#cf_alert_div p {
margin: 0;
padding: 0;
max-width: 1100px;
}
#cf_alert_div .wrapper {
padding: 0;
margin: 0;
text-align: left;
font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui,
Roboto, Oxygen, Ubuntu, helvetica neue, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
padding: 16px 3.334%;
}
#cf_alert_div .wrapper td.refresh {
text-align: center;
min-width: 140px;
}
#cf_alert_div .wrapper td.refresh a {
display: inline-block;
padding: 8px 24px;
border: 1.5px solid #276d9b;
border-radius: 5px;
margin-right: 20px;
}
#cf_alert_div .wrapper td.content {
position: relative;
padding-right: 25px;
color: #1d1f20;
font-size: 14px;
max-width: 900px;
}
#cf_alert_div .wrapper .x {
position: absolute;
top: 0;
right: -12.5px;
height: 25px;
width: 25px;
cursor: pointer;
}
#cf_alert_div .wrapper .x .line {
display: block;
height: 15px;
width: 3px;
position: absolute;
top: 5px;
left: 11px;
background: #4e5255;
}
#cf_alert_div .wrapper .x .line:first-of-type {
transform: rotate(135deg);
}
#cf_alert_div .wrapper .x .line:last-of-type {
transform: rotate(45deg);
}
</style>
<div class="wrapper">
<table>
<tbody>
<tr>
<td class="refresh">
<a
href="#"
onclick="document.cookie='cf_use_ob=0;path=/';window.location.reload();return false;"
role="link"
>Refresh</a
><noscript
style="
margin: 10px 0 10px 0;
padding: 0;
font: 12px Helvetica, Arial, sans-serif;
color: #404040;
display: block;
"
>(Enable JavaScript first.)</noscript
>
</td>
<td class="content">
<p>
This website <strong>www.mrdemonwolf.com/</strong> is currently
offline.
<a
href="https://www.cloudflare.com/always-online/"
target="_blank"
role="link"
>Cloudflare's Always Online™</a
>
shows a snapshot of this web page from the
<a href="https://archive.org/web/" target="_blank" role="link"
>Internet Archive's Wayback Machine</a
>. To check for the live version, click <strong>Refresh</strong>.
</p>
<a
class="x"
href="javascript:void(null);"
onclick="document.getElementById('cf_alert_div').style.display='none';"
role="link"
><span class="line"></span> <span class="line"></span
></a>
</td>
</tr>
</tbody>
</table>
</div>
</div>