Skip to content

Commit

Permalink
ooooh better page
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-92 authored Dec 20, 2024
1 parent bbee16d commit 219670c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,28 @@
<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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rye&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<img src="logo.gif" alt="Logo">
<img src="https://pegleg.cbass92.org/favicon.ico" alt="Logo">
</div>
<div id="content">
<h1>Search the Web and use the BEST static proxy!</h1>
<h1>pegleg proxy</h1>

<form id="uv-form"">
<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>
<a href="https://discord.gg/8Es3wpnPWd" target="_blank" class="fa-brands fa-discord"></a>
<a href="https://github.com/thepegleg/thepegleg.github.io/tree/main/static" target="_blank"class="fa-brands fa-github"></a>
</div>
<script src="uv/uv.bundle.js" defer></script>
<script src="uv/uv.config.js" defer></script>
Expand All @@ -36,7 +34,7 @@ <h1>Search the Web and use the BEST static proxy!</h1>
<script src="index.js" defer></script>
<script src="error.js" defer></script>
<div id="footer">
<p>&copy; 2023 TIW. All rights reserved.</p>
<p>credit to TIW & UV</p>
</div>
</body>
</html>

0 comments on commit 219670c

Please sign in to comment.