-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
31 lines (24 loc) · 907 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<title>MauiBlazorUIBestPractices</title>
<base href="/" />
<link rel="stylesheet" href="styles/bootstrap/bootstrap.min.css" />
<link href="styles/app.css" rel="stylesheet" />
<link href="MauiBlazorUIBestPractices.styles.css" rel="stylesheet" />
</head>
<body>
<div class="status-bar-safe-area"></div>
<div id="app"></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.webview.js" autostart="false"></script>
<script src="scripts/windowSize.js"></script>
<script src="scripts/app.js"></script>
</body>
</html>