popup.html 511 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. </head>
  7. <body>
  8. <h1>Full Screen</h1>
  9. <p>Version: 1.0.0.0</p>
  10. <p><a href="https://git.yoqi.me/lyq/fullscreen_edge">项目开源</a></p>
  11. <div class="div_action">
  12. <button id="btn_start">Start</button>
  13. <button id="btn_stop">Stop</button>
  14. </div>
  15. <script src="js/popup.js"></script>
  16. </body>
  17. </html>