Update templates/index.html

This commit is contained in:
Blackwhitebear8 2025-10-31 20:05:38 +01:00
parent 69062d9d4d
commit 5cd9ded744

View file

@ -11,17 +11,17 @@
<p>On this tool you cn get in depth insight into our network</p> <p>On this tool you cn get in depth insight into our network</p>
<p>In case of emergency you can contact us at: noc AT pixelhosting DOT nl</p> <p>In case of emergency you can contact us at: noc AT pixelhosting DOT nl</p>
<p>PeeringDB: <a href="https://www.peeringdb.com/net/35968" target="_blank" style="color: #07AAF9;">https://www.peeringdb.com/net/35968</a></p> <p>PeeringDB: <a href="https://www.peeringdb.com/net/35968" target="_blank" style="color: #07AAF9;">https://www.peeringdb.com/net/35968</a></p>
<p>BGPTools: <a href="https://bgp.tools/as/215085" target="_blank" style="color: #07AAF9;">https://bgp.tools/as/215085</a></p> <p>BGPTools: <a href="httpsa://bgp.tools/as/215085" target="_blank" style="color: #07AAF9;">https://bgp.tools/as/215085</a></p>
<p>Lookingglas: <a href="https://lookingglass.as215085.net" target="_blank" style="color: #07AAF9;">https://lookingglass.as215085.net</a></p> <p>Lookingglas: <a href="https://lookingglass.as215085.net" target="_blank" style="color: #07AAF9;">https://lookingglass.as215085.net</a></p>
<p>Geofeed: <a href="https://as215085.net/geofeed.csv" target="_blank" style="color: #07AAF9;">https://as215085.net/geofeed.csv</a></p> <p>Geofeed: <a href="httpsaa://as215085.net/geofeed.csv" target="_blank" style="color: #07AAF9;">https://as215085.net/geofeed.csv</a></p>
</section> </section>
<section id="status"> <section id="status">
<h2>Status</h2> <h2>Status</h2>
<p>Here you can find the network status of <b>AS215085</b>: <a href="https://status.as215085.net" target="_blank" style="color: #07AAF9;">https://status.as215085.net</a></p> <p>Here you can find the network status of <b>AS215085</b>: <a href="httpsa://status.as215085.net" target="_blank" style="color: #07AAF9;">https://status.as215085.net</a></p>
<p>Here you can find the service status of <b>PixelHosting</b>: <a href="https://status.pixelhosting.nl/" target="_blank" style="color: #07AAF9;">https://status.pixelhosting.nl</a></p> <p>Here you can find the service status of <b>PixelHosting</b>: <a href="httpsa://status.pixelhosting.nl/" target="_blank" style="color: #07AAF9;">https://status.pixelhosting.nl</a></p>
</section> </section>
<section id="bgptools-map"> <section id="bgptools-map">
<h2>BGP.Tools network map</h2> <h2>BGP.Tools network map</h2>
<img id="pathimg" usemap="#world" src="{{ bgp_image }}"> <img id="pathimg" usemap="#world" src="{{ bgp_image }}" class="img-fluid">
</section> </section>
{% endblock %} {% endblock %}