diff options
author | crupest <crupest@outlook.com> | 2020-10-21 16:28:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-21 16:28:59 +0800 |
commit | f16c2ceeda27989f40379f2993fa8eac896637d1 (patch) | |
tree | fc13eabb5c954415fa6167909d21512072f3e251 /works/ProxyChanger/popup/popup.html | |
download | crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.gz crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.bz2 crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.zip |
import(ProxyChanger): Init.
Diffstat (limited to 'works/ProxyChanger/popup/popup.html')
-rw-r--r-- | works/ProxyChanger/popup/popup.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/works/ProxyChanger/popup/popup.html b/works/ProxyChanger/popup/popup.html new file mode 100644 index 0000000..8f082df --- /dev/null +++ b/works/ProxyChanger/popup/popup.html @@ -0,0 +1,15 @@ +<!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>
+ <script src="popup.js"></script>
+ </body>
+</html>
|