Update a.html

This commit is contained in:
TheEmeraldStarr 2020-09-10 17:33:49 -07:00
parent 57f03d9211
commit c75e5a9d40

View file

@ -53,7 +53,7 @@
<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>
<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>
<div>
@ -62,7 +62,7 @@
return document.getElementById(id);
};
var url = window.location.hostname;
document.getElementById('alloy').onsubmit = function alloyhb() {
document.getElementById('alloy').onclick = function alloyhb() {
var url = $('url').value;
//cookie to authorize AL usage. TTL of 3 days :)