-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
37 lines (37 loc) · 1.3 KB
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<ul>
<li>
<a class="active" href="index.html" style="margin: 0px 0px;">
<img src="Supra_Logo-Krone-Exakt_14.06.2017_300x175.png" alt="Supra© Logo" width="100" title="start page" />
</a>
</li>
<li class="dropdown">
<a href="projects.html">Projects</a>
<div class="dropdown-content">
<a href="projects.html#unity">Unity</a>
<a href="projects.html#general">General</a>
<a href="projects.html#vrchat">VRChat</a>
<a href="projects.html#scratch">Scratch</a>
</div>
</li>
<li class="dropdown">
<a href="models.html">3D Models</a>
<div class="dropdown-content">
<a href="models.html#humanoid">Humanoid</a>
<a href="models.html#props">Props</a>
</div>
</li>
<li class="dropdown">
<a href="game-server.html">My game servers</a>
<div class="dropdown-content">
<a href="game-server.html#minecraft">Minecraft</a>
<a href="game-server.html#lavender">Lavender</a>
<a href="game-server.html#eco">ECO</a>
</div>
</li>
<li><a href="art.html">Supra-Artz</a></li>
<li><a href="music.html">Supra-Muzic</a></li>
<li style="padding: 25px 25px 0 0; float: right;">
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#00c7e6', 'B0B419PRI');kofiwidget2.draw();</script>
</li>
</ul>