Add page system.php
This commit is contained in:
parent
6d5c7008c6
commit
046548b1a0
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="page-title light-mode">
|
||||
<h2>Monitoring Serv. </h2>
|
||||
<!-- <div id="heure" class="Time2"></div> -->
|
||||
<img src="favicon.png" alt="Monitoring image" class="logo-image">
|
||||
<a href="system.php"><img src="favicon.png" alt="Monitoring image" class="logo-image"></a>
|
||||
<button id="theme-toggle" >Dark theme</button>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<a class="navbar-brand" href="#"></a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<a href="/" class="btn btn-success navbar-btn pull-right" ><span class="fa fa-login"></span> <strong>ServerMonitor</strong></a>
|
||||
<a href="index.php" class="btn btn-success navbar-btn pull-right" ><span class="fa fa-login"></span> <strong>ServerMonitor</strong></a>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue