-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (19 loc) · 1020 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<title>BlazorDemoApp</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet" />
</head>
<body>
<app>Loading...</app>
<script src="_framework/blazor.js" main="BlazorDemoApp.dll" entrypoint="BlazorDemoApp.Program::Main" references="Blazorous.dll,Microsoft.AspNetCore.Blazor.Browser.dll,Microsoft.AspNetCore.Blazor.dll,Microsoft.Extensions.DependencyInjection.Abstractions.dll,Microsoft.Extensions.DependencyInjection.dll,mscorlib.dll,netstandard.dll,System.Core.dll,System.dll,System.Net.Http.dll" linker-enabled="true"></script>
<script src="_content/Blazorous/BlazorousInterop.js" defer></script>
<script src="_content/Blazorous/glamor.min.js" defer></script>
<script src="_content/Blazorous/polished.js" defer></script>
<script src="_content/Blazorous/polished.min.js" defer></script>
</body>
</html>