Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/BlazingPizza.Client/wwwroot/index.html')
-rw-r--r--wasm/BlazingPizza.Client/wwwroot/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/wasm/BlazingPizza.Client/wwwroot/index.html b/wasm/BlazingPizza.Client/wwwroot/index.html
new file mode 100644
index 0000000..39afae8
--- /dev/null
+++ b/wasm/BlazingPizza.Client/wwwroot/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
+ <base href="/" />
+ <link rel="icon" href="data:;base64,=" />
+ <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
+ <link href="css/site.css" rel="stylesheet" />
+ <link href="_content/blazingpizzacomponentslibrary/leaflet/leaflet.css" rel="stylesheet" />
+ <title>Blazing Pizza</title>
+</head>
+<body>
+ <app>
+ <div class="loading-bar"></div>
+ </app>
+
+ <script src="_framework/blazor.webassembly.js"></script>
+ <script src="_content/blazingpizzacomponentslibrary/localStorage.js"></script>
+ <script src="_content/blazingpizzacomponentslibrary/deliveryMap.js"></script>
+ <script src="_content/blazingpizzacomponentslibrary/leaflet/leaflet.js"></script>
+</body>
+</html>