summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
committerYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
commit564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (patch)
tree885d8b11724811923f51db84f073b31649ec9d26 /src/pages
Initial astro project
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
new file mode 100644
index 0000000..2d14107
--- /dev/null
+++ b/src/pages/index.astro
@@ -0,0 +1,16 @@
+---
+
+---
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width" />
+ <meta name="generator" content={Astro.generator} />
+ <title>Astro</title>
+ </head>
+ <body>
+ <h1>Astro</h1>
+ </body>
+</html>