rusty-bever/web/src/layouts/index.astro

8 lines
95 B
Plaintext

<html>
<body>
<h1>huh</h1>
<p>lol</p>
<slot />
</body>
</html>