-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.62 KB
/
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
32
<!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>Blazor.WebSocket.Sample</title>
<base href="/openapi-blazor-wasm-sample/" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/app.css" asp-append-version="true" />
<link rel="stylesheet" href="css/font-awesome/css/fontawesome.min.css" />
<script src="css/font-awesome/js/all.min.js"></script>
</head>
<body>
<div id="app">Loading...</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/app.js" asp-append-version="true"></script>
<script src="lib/microsoft/signalr/dist/browser/signalr.js" asp-append-version="true"></script>
<script src="lib/luxon/luxon-1.24.1.js" type="text/javascript"></script>
<script src="lib/Chart.js/chart-3.0.0-beta.9.js" type="text/javascript"></script>
<script src="lib/chartjs-adapter-luxon/chartjs-adapter-luxon-0.2.1.js" type="text/javascript"></script>
<script src="lib/chartjs-chart-financial/chartjs-chart-financial.js" type="text/javascript"></script>
<script src="lib/hammer.js/hammer.js" type="text/javascript"></script>
<script src="lib/chartjs-plugin-zoom/dist/chartjs-plugin-zoom.min.js" type="text/javascript"></script>
</body>
</html>