Skip to content

Commit

Permalink
Refactor structure index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frdsndr committed Dec 13, 2021
1 parent edda24f commit d6e0f26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
<!-- default kbsb navigation component -->
<kbsb-navbar></kbsb-navbar>

<!-- profile app -->
<section class="section">
<div class="container">
<h1 class="heading">
Typescript Portfolio Filter
Typescript Profile Filter
</h1>
</div>
<div class="container">
<div id="app"></div>
</div>
</section>

<!-- profile app -->
<div id="app"></div>

<!-- default kbsb footer -->
<kbsb-footer></kbsb-footer>
<kbsb-footer-shebang></kbsb-footer-shebang>
Expand Down

0 comments on commit d6e0f26

Please sign in to comment.