diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-12 15:55:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-12 16:11:46 +0800 |
commit | 0b5b206613f5580f85c5cd83ce03c5a637247346 (patch) | |
tree | de48f6948a1cbe74033acc5b944335f3541da933 /works/ProxyChanger/popup/popup.html | |
parent | 93ea69f427e3d8165d34bd6ca7b533666884f307 (diff) | |
parent | d3fb8fae17f451c2c018c6c97eccc17c844c9f46 (diff) | |
download | crupest-0b5b206613f5580f85c5cd83ce03c5a637247346.tar.gz crupest-0b5b206613f5580f85c5cd83ce03c5a637247346.tar.bz2 crupest-0b5b206613f5580f85c5cd83ce03c5a637247346.zip |
import(ProxyChanger): IMPORT crupest/ProxyChanger COMPLETE.
Diffstat (limited to 'works/ProxyChanger/popup/popup.html')
-rw-r--r-- | works/ProxyChanger/popup/popup.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/works/ProxyChanger/popup/popup.html b/works/ProxyChanger/popup/popup.html new file mode 100644 index 0000000..16e4bd0 --- /dev/null +++ b/works/ProxyChanger/popup/popup.html @@ -0,0 +1,17 @@ +<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <link rel="stylesheet" href="popup.css" />
+ </head>
+
+ <body>
+ <div id="direct_button" class="button">Direct</div>
+ <div id="system_button" class="button">System</div>
+ <div id="proxy_button" class="button">Proxy</div>
+ <hr />
+ <div id="settings_button" class="button">Settings</div>
+ <script src="popup.js"></script>
+ </body>
+</html>
|