mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 12:00:02 -04:00
Update a.html
This commit is contained in:
parent
c75e5a9d40
commit
27f65b3d0c
1 changed files with 3 additions and 3 deletions
|
@ -49,12 +49,12 @@
|
||||||
</script>
|
</script>
|
||||||
<div class="d-flex align-items-center order-12" style="height:200px;">
|
<div class="d-flex align-items-center order-12" style="height:200px;">
|
||||||
<div class="container text-center justify-content-center align-items-center button" style="color: rgb(255,255,255);filter: blur(0px);background-color: #000000;">
|
<div class="container text-center justify-content-center align-items-center button" style="color: rgb(255,255,255);filter: blur(0px);background-color: #000000;">
|
||||||
<form action="#" id="scontainer" method="POST">
|
<form>
|
||||||
<p style="font-size: 46px;">Alloy Proxy</p>
|
<p style="font-size: 46px;">Alloy Proxy</p>
|
||||||
<p style="font-family: 'Montserrat Alternates', sans-serif;">A fast, lightweight proxy developed by Titanium Network.</p>
|
<p style="font-family: 'Montserrat Alternates', sans-serif;">A fast, lightweight proxy developed by Titanium Network.</p>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend"></div><input id="url" autocomplete="false" class="bg-white border rounded-0 border-warning shadow-lg form-control form-control-lg" type="text" name="url" value="https://google.com" style="width: 194px;font-family: 'Montserrat Alternates', sans-serif;">
|
<div class="input-group-prepend"></div><input id="url" autocomplete="false" class="bg-white border rounded-0 border-warning shadow-lg form-control form-control-lg" type="text" name="url" value="https://google.com" style="width: 194px;font-family: 'Montserrat Alternates', sans-serif;">
|
||||||
<div class="input-group-append"><button id="alloy" class="btn btn-dark btn-lg bg-dark border rounded-0 border-warning shadow-lg select" type="button" style="width: 78px;padding: 8px;margin: 0px;height: 48px;font-family: 'Montserrat Alternates', sans-serif;font-size: 16px;">Alloy</button></div>
|
<div class="input-group-append"><button id="alloy" class="btn btn-dark btn-lg bg-dark border rounded-0 border-warning shadow-lg select" type="submit" style="width: 78px;padding: 8px;margin: 0px;height: 48px;font-family: 'Montserrat Alternates', sans-serif;font-size: 16px;">Alloy</button></div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<script>
|
<script>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
return document.getElementById(id);
|
return document.getElementById(id);
|
||||||
};
|
};
|
||||||
var url = window.location.hostname;
|
var url = window.location.hostname;
|
||||||
document.getElementById('alloy').onclick = function alloyhb() {
|
document.getElementById('alloy').onsubmit = function alloy() {
|
||||||
var url = $('url').value;
|
var url = $('url').value;
|
||||||
//cookie to authorize AL usage. TTL of 3 days :)
|
//cookie to authorize AL usage. TTL of 3 days :)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue