index.html 624 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>BlazorApp-empty1</title>
  6. <base href="/" />
  7. <link href="css/app.css" rel="stylesheet" />
  8. <!-- If you add any scoped CSS files, uncomment the following to load them
  9. <link href="BlazorApp_empty1.styles.css" rel="stylesheet" /> -->
  10. </head>
  11. <body>
  12. <div id="app">Loading...</div>
  13. <div id="blazor-error-ui">
  14. An unhandled error has occurred.
  15. <a href="" class="reload">Reload</a>
  16. <a class="dismiss">🗙</a>
  17. </div>
  18. <script src="_framework/blazor.webassembly.js"></script>
  19. </body>
  20. </html>