comfycamp/src/components/Navbar.astro

12 lines
132 B
Plaintext
Raw Normal View History

2023-08-27 23:20:38 +05:00
<nav>
<a href="/">Главная</a>
</nav>
<style>
nav {
padding-top: 6px;
display: flex;
gap: 32px;
}
</style>