diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 08:59:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 08:59:36 +0200 |
| commit | 564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (patch) | |
| tree | 885d8b11724811923f51db84f073b31649ec9d26 /src/pages | |
Initial astro project
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 16 |
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> |
