···11+---
22+import SiteLayout from "../components/SiteLayout.astro";
13---
2433----
55+<SiteLayout title="zeu.dev">
66+ <main class="flex flex-col gap-4 px-4 py-8 text-white text-lg">
77+ <h1 class="text-5xl font-bold text-yellow-500">hey hi hello!</h1>
88+ <h2>welcome to my site!</h2>
99+1010+ <p>
1111+ I have plenty of ideas and projects I want to talk to you guys about
1212+ and so I made this site to showcase all I've been doing.
1313+ </p>
1414+1515+ <p>
1616+ updates and showcases will be hosted here, alongside my own thoughts
1717+ with papers and micro-blogs.
1818+ </p>
1919+42055-<html lang="en">
66- <head>
77- <meta charset="utf-8" />
88- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
99- <meta name="viewport" content="width=device-width" />
1010- <meta name="generator" content={Astro.generator} />
1111- <title>Astro</title>
1212- </head>
1313- <body>
1414- <h1>Astro</h1>
1515- </body>
1616-</html>
2121+ <p class="text-yellow-500">- @zeu_dev</p>
2222+ </main>
2323+</SiteLayout>