cyberchallenge-modem/webpanel/includes/nav.php

9 lines
308 B
PHP
Raw Permalink Normal View History

2020-05-21 16:44:20 +02:00
<nav class="nav" tabindex="-1" onclick="this.focus()">
<div class="container">
<a class="pagename current" href="#">ccOS</a>
<a href="index.php">Index</a>
<a href="utils.php">Utils</a>
<a href="update.php">Update</a>
</div>
</nav>
2020-05-20 09:54:59 +02:00
<button class="btn-close btn btn-sm">×</button>