-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (28 loc) · 1.16 KB
/
404.html
File metadata and controls
33 lines (28 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>TinyKern</title>
<base href="/TinyKernWeb/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.min.css" rel="stylesheet" />
<link href="TinyKernel.styles.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
</head>
<body>
<div id="app">Loading...</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<!--<script src="_content/Blazor-Analytics/blazor-analytics.js"></script>-->
<script src="_content/Microsoft.AspNetCore.Components.Web.Extensions/headManager.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
<script src="decode.min.js"></script>
<script src="brotliloader.min.js"></script>
</body>
</html>