mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-15 18:15:24 +00:00
44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Spacebar.Client</title>
|
|
<base href="/"/>
|
|
<link rel="preload" id="webassembly"/>
|
|
<link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="css/app.css"/>
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
|
<link href="Spacebar.Client.styles.css" rel="stylesheet"/>
|
|
<link href="manifest.webmanifest" rel="manifest"/>
|
|
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png"/>
|
|
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png"/>
|
|
<script type="importmap"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<svg class="loading-progress">
|
|
<circle r="40%" cx="50%" cy="50%"/>
|
|
<circle r="40%" cx="50%" cy="50%"/>
|
|
<foreignObject>
|
|
<img id="loadingLogo" src="img/icon_white.png" alt=""/>
|
|
<img id="loadingLogoColored" src="img/icon.png" alt=""/>
|
|
</foreignObject>
|
|
</svg>
|
|
<br/>
|
|
<div class="loading-progress-text"></div>
|
|
</div>
|
|
|
|
<div id="blazor-error-ui">
|
|
An unhandled error has occurred.
|
|
<a href="." class="reload">Reload</a>
|
|
<span class="dismiss">🗙</span>
|
|
</div>
|
|
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
|
|
<script>navigator.serviceWorker.register('service-worker.js', {updateViaCache: 'none'});</script>
|
|
</body>
|
|
|
|
</html>
|