mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
53 lines
1.8 KiB
HTML
53 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
|
|
/>
|
|
<title>Holy Unblocker | Error</title>
|
|
<meta
|
|
name="description"
|
|
content="Holy Unblocker is a secure web proxy service with support for many sites. Bypass filters and freely enjoy a safer private browsing experience or unblock websites on devices such as Chromebooks and at places like school or work without downloading anything."
|
|
/>
|
|
<meta
|
|
name="theme-color"
|
|
media="(prefers-color-scheme: dark)"
|
|
content="#434c5e"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="assets/img/icon.png"
|
|
/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
|
|
<link rel="stylesheet" href="assets/css/styles.css" />
|
|
<script src="
|
|
https://cdn.jsdelivr.net/npm/tsparticles@3.5/tsparticles.bundle.min.js
|
|
"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
|
|
<div id="particles-js" class="fullwidth"></div>
|
|
<div id="mainbody" class="fullwidth">
|
|
<div class="box-error text-center">
|
|
<h1>Site Error!</h1>
|
|
<p>Might be doing some maintenance or the web server is down.</p>
|
|
<p>In that case wait a bit until it is resolved!</p>
|
|
<br />
|
|
<p>
|
|
Invalid URL? View the
|
|
<a href="/?faq" class="bluelink">FAQ page</a> for help!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div id="footer" class="fullwidth"><!--FOOTER--></div>
|
|
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
|
|
<script src="assets/js/particlesjs/particles.js"></script>
|
|
</body>
|
|
</html>
|