forked from titaniumnetwork-dev/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1002 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head><link rel="stylesheet" href="/assets/main.css"></head>
<body>
<div class="wrapper">
<header>
<div id="intro">Al<span>loy</span> Pro<span>xy</span></div>
<a id="github" href="https://github.com/titaniumnetwork-dev/alloy"><i class="fab fa-github"></i>Fork on Github</a>
</header>
<div class="container">
<div class="form">
<input placeholder="https://example.org/" id="url">
<button id="initiate">Go</button>
</div>
<div class="info">
<h1>How do I use this?</h1>
<p>To begin evading web filters, enter a URL into the input box above such as "example.org" or "https://example.org" then click the "Go" button.
</p>
</div>
</div>
</div>
<script src="public/assets/main.js"></script>
</body>
</html>