1234567891011121314151617 |
- <!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>Full Screen</h1>
- <p>Version: 1.1.0.0</p>
- <p><a href="https://github.com/jianboy/edge_fullscreen">项目开源</a></p>
- <div class="div_action">
- <button id="btn_start">Start</button>
- <button id="btn_stop">Stop</button>
- </div>
- <script src="js/popup.js"></script>
- </body>
- </html>
|