summary refs log tree commit diff
path: root/SystemdCtl/Components/App.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-20 08:34:32 +0100
committerRory& <root@rory.gay>2024-01-20 08:34:32 +0100
commit43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch)
treeb700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/Components/App.razor
downloadSystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz
Initial commit
Diffstat (limited to 'SystemdCtl/Components/App.razor')
-rw-r--r--SystemdCtl/Components/App.razor20
1 files changed, 20 insertions, 0 deletions
diff --git a/SystemdCtl/Components/App.razor b/SystemdCtl/Components/App.razor
new file mode 100644
index 0000000..fbd9ee6
--- /dev/null
+++ b/SystemdCtl/Components/App.razor
@@ -0,0 +1,20 @@
+<!DOCTYPE html>

+<html lang="en">

+

+<head>

+    <meta charset="utf-8" />

+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

+    <base href="/" />

+    <link rel="stylesheet" href="bootstrap/bootstrap.min.css" />

+    <link rel="stylesheet" href="app.css" />

+    <link rel="stylesheet" href="SystemdCtl.styles.css" />

+    <link rel="icon" type="image/png" href="favicon.png" />

+    <HeadOutlet />

+</head>

+

+<body>

+    <Routes />

+    <script src="_framework/blazor.web.js"></script>

+</body>

+

+</html>