about summary refs log tree commit diff
path: root/client/src/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app.html')
-rw-r--r--client/src/app.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/client/src/app.html b/client/src/app.html
new file mode 100644
index 0000000..fe758f5
--- /dev/null
+++ b/client/src/app.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8" />
+        <title>sho.rest</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+        <link rel="icon" href="/favicon.ico" />
+        <link rel="stylesheet" href="/global.css" />
+        <link rel="preconnect" href="https://fonts.gstatic.com" />
+        <link
+            href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap"
+            rel="stylesheet"
+        />
+        %svelte.head%
+    </head>
+    <body>
+        %svelte.body%
+    </body>
+</html>