aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/Components/App.razor
diff options
context:
space:
mode:
Diffstat (limited to 'ShareGuard.Web/Components/App.razor')
-rw-r--r--ShareGuard.Web/Components/App.razor22
1 files changed, 22 insertions, 0 deletions
diff --git a/ShareGuard.Web/Components/App.razor b/ShareGuard.Web/Components/App.razor
new file mode 100644
index 0000000..0a3e255
--- /dev/null
+++ b/ShareGuard.Web/Components/App.razor
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <base href="/"/>
+ <ResourcePreloader/>
+ <link rel="stylesheet" href="@Assets["beer.css"]"/>
+ <ImportMap/>
+ <link rel="icon" type="image/png" href="favicon.png"/>
+ <HeadOutlet/>
+</head>
+
+<body>
+<Routes/>
+<script src="@Assets["_framework/blazor.web.js"]"></script>
+<script src="@Assets["beer.js"]"></script>
+<script src="@Assets["wireguard.js"]"></script>
+</body>
+
+</html> \ No newline at end of file