-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopbar.html
21 lines (21 loc) · 1 KB
/
topbar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="top-bar">
<h3 class="title">My Stupid Site</h3>
<div>
<div class="dropdown">
<a href="https://iogamesplayer.com/">Home</a>
</div>
<div class="dropdown">
<a href="https://iogamesplayer.com/projects/">Projects</a>
<div class="dropdown-content">
<a href="https://iogamesplayer.com/projects/smoothmandelbrot/">The Mandelbrot Set</a>
<a href="https://iogamesplayer.com/projects/blackholerenderer/">Black Hole Renderer</a>
<a href="https://iogamesplayer.com/projects/raymarchedlandscape/">Raymarched Landscape</a>
<!-- <a href="https://iogamesplayer.com/projects/unbiased_io_games_list/">Unbiased .io games list</a> -->
<a href="https://iogamesplayer.com/projects/smallstuff/">Small stuff not worthy of an own title</a>
</div>
</div>
<div class="dropdown">
<a href="https://iogamesplayer.com/info/">Info</a>
</div>
</div>
</div>