+
+
+ { headTitle }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
new file mode 100644
index 0000000..606c2f9
--- /dev/null
+++ b/src/pages/index.astro
@@ -0,0 +1,33 @@
+---
+import Layout from '../layouts/default.astro'
+
+// Component Script:
+// You can write any JavaScript/TypeScript that you'd like here.
+// It will run during the build, but never in the browser.
+// All variables are available to use in the HTML template below.
+const title = 'Does It ARM?'
+
+const description = 'Does It ARM?'
+
+
+// Full Astro Component Syntax:
+// https://docs.astro.build/core-concepts/astro-components/
+---
+
+ Works!
+
+
+
+