Update templates/base.html
This commit is contained in:
parent
15291defe8
commit
3c67f1623d
1 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<div class="header-content">
|
||||
<a href="/"> <img src="../static/img/as215085-logo.png" alt="AS215085 Logo" style="height: 120px; opacity: 1;!important"> </a>
|
||||
<h2><b>{{ hostname }}</b></h2>
|
||||
<p><b>Proudly delivering the backbone for PixelHosting’s services</b></p>
|
||||
<p><b>Proudly delivering the backbone for PixelHosting's services</b></p>
|
||||
</div>
|
||||
</header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #07AAF9;">
|
||||
|
|
@ -26,10 +26,10 @@
|
|||
<ul class="navbar-nav justify-content-center w-100">
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/bgp">BGP summary</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/bgp-route">BGP route</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/bgp-route">BGP route lookup</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/arp">ARP table</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/neighbors">Neighbor table</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/interfaces">Interfaces table</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/interfaces">Interface table</a></li>
|
||||
<li class="nav-item"><a class="nav-link text-white" href="/stats">Stats</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
{% endblock %}
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2020 – <span id="year"></span> AS215085 (PixelHosting). All rights reserved.</p>
|
||||
<p>© 2020 - <span id="year"></span> AS215085 (PixelHosting). All rights reserved.</p>
|
||||
<script> document.getElementById("year").textContent = new Date().getFullYear(); </script>
|
||||
</footer>
|
||||
<script src="../static/js/materialize.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue