-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror-1033.html
66 lines (66 loc) · 3.61 KB
/
error-1033.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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.0/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.0/js/bootstrap.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<style>
@import "https://fonts.googleapis.com/css?family=Inter";*{font-family:'Inter' ,sans-serif!important}.error-template{padding:40px 15px;text-align:center}.error-actions{margin-top:15px;margin-bottom:15px}.error-actions .btn{margin-right:10px}.message-box h1{color:#252932;font-weight:700;text-shadow:rgba(61,61,61,0.3) 1px 1px,rgba(61,61,61,0.2) 2px 2px,rgba(61,61,61,0.3) 3px 3px}
li, lo { list-style: none!important; }
</style>
<title>An Error Occurred</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3244211138841136"
crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1Q08W146H0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1Q08W146H0');
</script>
</head>
<body class="bg-light text-dark">
<div class="container" style="min-height:100vh!important;">
<div class="row">
<div class="col-12">
<div class="error-template">
<h3 class="text-danger">Oh no, we hit a snag!</h3>
<h4>Please check your request, and if it seems okay, try it again.</h4>
</div>
<!-- Info Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3244211138841136"
data-ad-slot="3841492722"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="col-md-6">
<div>
<style>
.cf-error-details h1 { font-size: 1.25rem;}
</style>
<h3>More info:</h3>
<div class="error-box">
::CLOUDFLARE_ERROR_1000S_BOX::
</div>
</div>
<div class="error-actions">
<a href="https:/androidacy.t.me" style="margin-top: 10px;" class="btn btn-info"><span class="glyphicon glyphicon-home">
</span> Telegram </a>
<a href="https://twitter.com/androidacy1" style="margin-top: 10px;" class="btn btn-info"><span class="glyphicon glyphicon-home">
</span> Twitter </a>
<a href="https:/reddit.com/r/Androidacy" style="margin-top: 10px;" class="btn btn-info"><span class="glyphicon glyphicon-home">
</span> Reddit </a>
<a href="https://status.androidacy.com/?utm_source=cf_error&utm_medium=cloudflare" style="margin-top: 10px;" class="btn btn-danger"><span class="glyphicon glyphicon-home">
</span> Check status </a>
<a href="javascript:window.location.reload()" style="margin-top: 10px;" class="btn btn-danger"><span class="glyphicon glyphicon-home">
</span> Reload page </a>
</div>
</div>
</div>
</div>
<p class="text-center position-foxed fixed-bottom bg-light w-100 outline-primary">© 2022 Androidacy. All rights reserved.</p>
</body>