- <!DOCTYPE html>
 
- <html>
 
-   <head>
 
-     <link rel="stylesheet" type="text/css" href="css/styles.css" />
 
-     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-   </head>
 
-   <body>
 
-     <h1>Creating a Microsoft Edge Extension</h1>
 
-     <p>Full Screen</p>
 
-     <button id="btn_start">Start</button>
 
-     <button id="btn_stop">Stop</button>
 
-     <script src="js/popup.js"></script>
 
-   </body>
 
- </html>
 
 
  |