0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Updated the main page and page structures

This commit is contained in:
2024-09-12 13:11:16 +00:00
parent 70fa9c2033
commit 4ba339984d
9 changed files with 132 additions and 76 deletions

View File

@ -11,8 +11,8 @@ const { title, description } = Astro.props;
<body>
<Header />
<article>
<main>
<slot />
</article>
</main>
</body>
</html>