-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.45 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.45 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
34
35
36
37
38
39
40
41
<!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" />
<title>MusicUI</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="MusicUI.styles.css" rel="stylesheet" />
<!--link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css"-->
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<div id="app">
<app>
<div style="position:absolute; top:30vh; width:100%; text-align:center">
<h1>MusicUI</h1>
<p> <div class="spinner-border spinner-border-sm" role="status"></div> The application is loading...</p>
</div>
</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.webassembly.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script src="scripts/pdf_generator.js?Date().getTime()"></script>
<script src="scripts/download_file.js"></script>
</body>
</html>