-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy frfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfrfr
- Loading branch information
1 parent
3b2803e
commit 7eb84e6
Showing
17 changed files
with
39 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/static/index.html
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!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> | ||
</head> | ||
<body style="margin: 0; font-family: Arial, sans-serif; background-color: #121212; color: #ffffff;"> | ||
<div id="header" style="background-color: #1e1e1e; padding: 10px; display: flex; align-items: center;"> | ||
<img src="/favicon.ico" alt="Logo" style="height: 40px;"> | ||
</div> | ||
<div id="content" style="padding: 20px;"> | ||
<h1 style="font-size: 24px; text-align: center; color: #ffffff;">pegleg proxy</h1> | ||
|
||
<form id="uv-form" style="margin-top: 20px; display: flex; justify-content: center;"> | ||
<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" style="padding: 10px; width: 80%; border: 1px solid #444; border-radius: 4px; background-color: #1e1e1e; color: #ffffff;"/> | ||
</form> | ||
|
||
<div class="desc left-margin" style="margin-top: 20px; text-align: center;"> | ||
<p id="uv-error" style="color: #ff6b6b; font-size: 14px;"></p> | ||
<pre id="uv-error-code" style="background-color: #1e1e1e; padding: 10px; border: 1px solid #333; display: inline-block; text-align: left; color: #ffffff;"></pre> | ||
</div> | ||
</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" style="background-color: #1e1e1e; padding: 10px; text-align: center; position: absolute; bottom: 0; width: 100%;"> | ||
<p style="margin: 0; font-size: 14px; color: #ffffff;">credit to TIW for static proxy</p> | ||
</div> | ||
</body> | ||
</html> | ||
|
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...dscnsjakdreuoiwefh/static/uv/uv.config.js → static/uv/uv.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.