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
57f03d9211
commit
c75e5a9d40
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
||||||
<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 id="url" 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="button" 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>
|
||||||
|
@ -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').onsubmit = function alloyhb() {
|
document.getElementById('alloy').onclick = function alloyhb() {
|
||||||
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