mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
87 lines
3.5 KiB
HTML
87 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
|
|
/>
|
|
<title>Holy Unblocker</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="apple-touch-icon" sizes="57x57" href="assets/ico/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="assets/ico/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="assets/ico/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="assets/ico/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="assets/ico/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="assets/ico/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/ico/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="assets/ico/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/ico/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="assets/ico/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/ico/favicon-16x16.png">
|
|
<link rel="icon" href="assets/ico/favicon.ico">
|
|
<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="header" class="fullwidth"><!--HEADER--></div>
|
|
<div id="particles-js" class="fullwidth"></div>
|
|
<div id="mainbody" class="fullwidth">
|
|
<div id="documentation" class="box textm"><!--DOCS--></div>
|
|
</div>
|
|
<div id="footer" class="fullwidth"><!--FOOTER--></div>
|
|
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
|
|
<script src="assets/js/common.js"></script>
|
|
<script src="assets/js/csel.js"></script>
|
|
<script src="assets/js/particlesjs/particles.js"></script>
|
|
<script>
|
|
(function () {
|
|
var v = document.getElementById('vsc');
|
|
var t, a;
|
|
v.addEventListener(
|
|
'mouseenter',
|
|
function () {
|
|
t = setTimeout(function () {
|
|
if (!a) {
|
|
a = true;
|
|
var e = new Audio('assets/misc/visualstudiocode.mp3');
|
|
e.play();
|
|
e.addEventListener(
|
|
'ended',
|
|
function () {
|
|
a = false;
|
|
},
|
|
false
|
|
);
|
|
}
|
|
}, 1000);
|
|
},
|
|
false
|
|
);
|
|
v.addEventListener(
|
|
'mouseleave',
|
|
function () {
|
|
clearTimeout(t);
|
|
},
|
|
false
|
|
);
|
|
})();
|
|
</script>
|
|
</body>
|
|
</html>
|