File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments