add designed layout

This commit is contained in:
Tixie
2020-02-15 20:13:33 +01:00
parent baa0951409
commit 2ff9ba0e89
20 changed files with 219 additions and 47 deletions

View File

@ -0,0 +1,15 @@
<header class="header">
<div class="header__side">
<button class="header__sideBtn">About</button>
</div>
<h1 class="header__title">
<img src="{ logo }" alt="Eldritch Radio">
</h1>
<div class="header__side txtright">
<button class="header__sideBtn">Settings</button>
</div>
</header>
<script>
import logo from '/assets/img/logo.svg'
</script>