diff options
| author | Tim <contact@bytim.eu> | 2025-12-25 19:59:26 +0100 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2025-12-25 19:59:26 +0100 |
| commit | 771b949618bb4e07c09c2fb94a7f92e13f471b9e (patch) | |
| tree | 88c2e69fc14bef91e414c605712420437cc92ccf /ShareGuard.Web/Components/App.razor | |
Diffstat (limited to 'ShareGuard.Web/Components/App.razor')
| -rw-r--r-- | ShareGuard.Web/Components/App.razor | 22 |
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 |
