index.html 917 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>ChromePictureSearchExtension</title>
  7. <base href="/" />
  8. <link rel="stylesheet" href="css/app.css" />
  9. <!-- If you add any scoped CSS files, uncomment the following to load them
  10. <link href="ChromePictureSearchExtension.styles.css" rel="stylesheet" /> -->
  11. </head>
  12. <body>
  13. <div id="app">
  14. <svg class="loading-progress">
  15. <circle r="40%" cx="50%" cy="50%" />
  16. <circle r="40%" cx="50%" cy="50%" />
  17. </svg>
  18. <div class="loading-progress-text"></div>
  19. </div>
  20. <div id="blazor-error-ui">
  21. An unhandled error has occurred.
  22. <a href="" class="reload">Reload</a>
  23. <a class="dismiss">🗙</a>
  24. </div>
  25. <script src="_framework/blazor.webassembly.js"></script>
  26. </body>
  27. </html>