pendings.html 772 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>&nbsp;</title>
  6. <link rel="stylesheet" href="pendings.css">
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. </head>
  9. <body>
  10. <header>
  11. <button id="cancelAllButton"></button>
  12. </header>
  13. <main>
  14. <div class="result-row result-head">
  15. <span class="result-url" id="URLLabel"></span>
  16. <span class="result-status" id="statusLabel"></span>
  17. <span class="result-cancel">&nbsp;</span>
  18. </div>
  19. <div id="resultsTable">
  20. </div>
  21. </main>
  22. <script type="text/javascript"
  23. src="/extension/lib/single-file/browser-polyfill/chrome-browser-polyfill.js"></script>
  24. <script type="text/javascript" src="../bg/ui-pendings.js"></script>
  25. </body>
  26. </html>