only beautifying remains
This commit is contained in:
parent
943ff969f3
commit
4df460d25f
15 changed files with 1254 additions and 42 deletions
9
src/components/Header.astro
Normal file
9
src/components/Header.astro
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/" class="header-osbm">OSBM</a>
|
||||
<a href="/about" class="header-about">About</a>
|
||||
<a href="/blog" class="header-blog">Blog</a>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue