Continous Integration in der Praxis Gruppenarbeit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
915 B

2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <title>BlazorMiniGames</title>
  7. <base href="/" />
  8. <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
  9. <link href="css/app.css" rel="stylesheet" />
  10. <link href="BlazorMiniGames.Client.styles.css" rel="stylesheet" />
  11. <link href="manifest.json" rel="manifest" />
  12. <link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
  13. </head>
  14. <body>
  15. <div id="app">Loading...</div>
  16. <div id="blazor-error-ui">
  17. An unhandled error has occurred.
  18. <a href="" class="reload">Reload</a>
  19. <a class="dismiss">🗙</a>
  20. </div>
  21. <script src="_framework/blazor.webassembly.js"></script>
  22. <script>navigator.serviceWorker.register('service-worker.js');</script>
  23. </body>
  24. </html>