From c359b20bbfc5d48574a2d4efadc7c28f4773e51a Mon Sep 17 00:00:00 2001
From: afterlifepro <96529802+Afterlifepro@users.noreply.github.com>
Date: Wed, 22 Jan 2025 20:50:22 +0000
Subject: [PATCH] Add barebones UI
---
.gitignore | 3 ++
src/pages/index.astro | 68 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 70 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 016b59e..bb32849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,6 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
+.vscode/extensions.json
+.vscode/launch.json
+.vscode/settings.json
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 992055b..635cb6b 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,4 +2,70 @@
import Base from "../layouts/Base.astro";
---
- Hello World
+
+
+
+
+
+
--
2.51.2