Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 15, 2024
1 parent 7d8d830 commit d429300
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
{% include head.html %}

<body>
<nav class="tui-nav">
<ul>
<li class="tui-dropdown">
<span class="red-168-text">F</span>ile
<div class="tui-dropdown-content">
<ul>
<li><a href="#!"><span class="red-168-text">N</span>ew</a></li>
</ul>
</div>
</li>
</ul>
</nav>
<div class="container">
{{ content }}
</div>
Expand Down

0 comments on commit d429300

Please sign in to comment.