popup.html 404 B

1234567891011121314
  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>Creating a Microsoft Edge Extension</h1>
  9. <p>Full Screen</p>
  10. <button id="btn_start">Start</button>
  11. <button id="btn_stop">Stop</button>
  12. <script src="js/popup.js"></script>
  13. </body>
  14. </html>