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>