forked from Andersen27/Photino.Blazor.CustomWindow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 995 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
<!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" />
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="Photino.Blazor.Sample.styles.css" rel="stylesheet" />
<link href="_content/Photino.Blazor.CustomWindow/css/pb-custom-window.css" rel="stylesheet" />
<link href="css/sample-styles.css" rel="stylesheet" />
</head>
<body>
<app>Loading...</app>
<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"></script>
<script src="_content/Photino.Blazor.CustomWindow/js/js-extensions.js"></script>
<script src="_content/Photino.Blazor.CustomWindow/js/pb-custom-window.js"></script>
</body>
</html>