forked from TheTIW/UV-Static
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
42 lines (41 loc) · 2.1 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="index.css">
<script type="text/javascript" src="//counter.websiteout.net/js/7/10/5/0"></script>
<link rel="shortcut icon" type="image/jpg" href="~/favicon.ico"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<img src="logo.gif" alt="Logo">
</div>
<div id="content">
<h1>Search the Web and use the BEST static proxy!</h1>
<form id="uv-form"">
<input id="uv-search-engine" value="https://www.google.com/search?q=%s" type="hidden"/>
<input id="uv-address" type="text" placeholder="Search Google or type an URL" class="form__input"/>
</form>
<div class="desc left-margin">
<p id="uv-error"></p>
<pre id="uv-error-code"></pre>
</div>
<a href="https://discord.gg/zJhPJYJCeJ" target="_blank" class="fa-brands fa-discord"></a>
<a href="https://github.com/TheTIW/UV-Static" target="_blank"class="fa-brands fa-github"></a>
<a href="https://starttiw.org" target="_blank"class="fa-solid fa-cloud"></a>
</div>
<script src="uv/uv.bundle.js" defer></script>
<script src="uv/uv.config.js" defer></script>
<script src="register-sw.js" defer></script>
<script src="search.js" defer></script>
<script src="index.js" defer></script>
<script src="error.js" defer></script>
<div id="footer">
<p>© 2023 TIW. All rights reserved.</p>
</div>
</body>
</html>