neetshin/opelete

View on GitHub
src/popup/popup.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="popup-style.css"/>
    <link rel="stylesheet" href="common-style.css"/>
  </head>
  <body>
    <div id="root"></div>
    <script src="popup.js"></script>
  </body>
</html>