Skip to content

Commit 24ad328

Browse files
committed
merge, the toolbox
1 parent 832b1a6 commit 24ad328

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.vscode/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"piny.project_settings": {
3+
"open-pages": [
4+
"pinyfakepage.html"
5+
],
6+
"component-settings": {
7+
"src/pages/toolbox.astro:::Temp": {
8+
"route": "/toolbox"
9+
}
10+
},
11+
"app-routes": {
12+
"routes": [
13+
"/",
14+
"/404",
15+
"/blog",
16+
"/events",
17+
"/events/mod-garden/nature",
18+
"/toolbox"
19+
],
20+
"current_route": "/toolbox"
21+
}
22+
}
23+
}

src/pages/toolbox.astro

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
import Layout from "../layouts/Layout.astro"
3+
---
4+
5+
<Layout title="Mod Garden">
6+
<div class="mt-4 mb-4 flex items-center justify-center">
7+
<div class="flex max-w-4xl flex-col space-y-6">
8+
<div class="rounded-lg p-2 bg-white text-black dark:bg-zinc-800 dark:text-white">
9+
<p>The Mod Garden Team. February 13th, 2026.</p>
10+
<p>Mautkarten. April 1st, 2026.</p>
11+
<p>Await and see, you will witness clues to Next Garden. Decode below for a treat, ROT13. I have faith in you.</p>
12+
<p>
13+
wnahnel sroehnel Znepu NCEVY ZNL WHar whyl? Jr jvyy jnvg naq frr. Habssvpvny qrpvqrq, guvf vf n snhygl snhprg.
14+
Naq yvxr n oebxra zveebe, guvf znl abg ersyrpg ernyvgl. Jr zhfg jnvg naq frr.
15+
</p>
16+
</div>
17+
</div>
18+
</div>
19+
</Layout>

0 commit comments

Comments
 (0)