-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.html
More file actions
17 lines (17 loc) · 1.11 KB
/
nav.html
File metadata and controls
17 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<nav>
<ul class="sidebar">
<li onclick="hideMenu()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="#">Channel</a></li>
<li><a href="#">Playlist</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Website</a></li>
</ul>
<ul>
<li><a href="#"><img class="icon" class="invert" src="res/images/Icon.png" width="80rem"></a></li>
<li class="hideOnMobile"><a href="#">Channel</a></li>
<li class="hideOnMobile"><a href="playlist.html">Playlist</a></li>
<li class="hideOnMobile"><a href="#">About</a></li>
<li class="hideOnMobile"><a href="#">Website</a></li>
<li onclick="showMenu()" class="menu-button"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</ul>
</nav>