Skip to content
Snippets Groups Projects
Commit 2ca5e867 authored by jonasled's avatar jonasled
Browse files

add services menu with sub elements

parent e29aa01b
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,18 @@ function getMenu($page){ ...@@ -31,7 +31,18 @@ function getMenu($page){
<a href="/Projekte/snowboy.php">Installation von Snowboy</a><br> <a href="/Projekte/snowboy.php">Installation von Snowboy</a><br>
</div> </div>
</div> </div>
<a href="//kuerzer.ml">URL K&uuml;rzer</a> <div class="dropdown">
<a href="#" $projects>Services</a>
<div class="dropdown-content">
<a href="//kuerzer.ml">URL K&uuml;rzer</a><br>
<a href="//paste.jonasled.de">Hastebin</a><br>
<a href="//gitlab.jonasled.de">Gitlab</a><br>
<a href="//apt.jonasled.de">APT mirror</a><br>
<a href="//speed.jonasled.de">Speedtest</a><br>
<a href="//matrix.jonasled.de">Matrix</a><br>
<a href="//xmltv.jonasled.de">XMLTV TV Programm</a><br>
</div>
</div>
<div class="dropdown"> <div class="dropdown">
<a href="#" $status>Status</a> <a href="#" $status>Status</a>
<div class="dropdown-content"> <div class="dropdown-content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment