Browse Source

adding

release/0.2
Björn 3 years ago
parent
commit
f7be2c0e5c
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      dist/index.html

+ 8
- 1
dist/index.html View File

@ -15,7 +15,14 @@
<header class="header"> <header class="header">
<div class="bar"> <div class="bar">
<div class="bar__start"> <div class="bar__start">
<h1>Plain UI</h1>
<svg class="icon fill-white" aria-hidden="true">
<use xlink:href="symbol-defs.svg#icon-check"></use>
</svg>
</div>
<div class="bar__main">
<h1 class="m-top-4 m-bottom-4 h4">
Plain UI
</h1>
</div> </div>
</div> </div>
</header> </header>


Loading…
Cancel
Save