diff --git a/src/pages/blog.astro b/src/pages/blog.astro
index 00945bd..6f11383 100644
--- a/src/pages/blog.astro
+++ b/src/pages/blog.astro
@@ -1,4 +1,7 @@
Terrible Blog
Ven Will Die
+
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index b5ec68c..a40beb2 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,5 +1,7 @@
---
-
+const nuclearLaunchCodes = "below"
+// this will never be revealed :meowlien:
+const actualLaunchCodes = ["54", "29", "69", "19", "11", "234"]
---
@@ -14,5 +16,8 @@
Astro 2
second page idk
Cool blog
+ The nukes are {nuclearLaunchCodes}
+ The actual code is {actualLaunchCodes.map((code) =>
{code}
)}
+ {actualLaunchCodes.length >= 6 && Enough codes to obliterate humanity
}