Update a.html

This commit is contained in:
TheEmeraldStarr 2020-09-10 17:43:45 -07:00
parent c75e5a9d40
commit 27f65b3d0c

View file

@ -49,12 +49,12 @@
</script>
<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;">
<form action="#" id="scontainer" method="POST">
<form>
<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 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>
<script>
@ -62,7 +62,7 @@
return document.getElementById(id);
};
var url = window.location.hostname;
document.getElementById('alloy').onclick = function alloyhb() {
document.getElementById('alloy').onsubmit = function alloy() {
var url = $('url').value;
//cookie to authorize AL usage. TTL of 3 days :)