Skip to content
Snippets Groups Projects
popup.html 294 B
Newer Older
<!doctype html>
<html>
  <head>
    <title>Getting Started Extension's Popup</title>
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <script src="js/check.js"></script>
  </head>
  <body>
    <div id="status"></div>
    <img id="image-result" hidden>
  </body>
</html>