aboutsummaryrefslogtreecommitdiff
path: root/works/ProxyChanger/popup/popup.html
blob: 8f082df27a3ec5ecc8385ae6e25752dfe119b5d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>