Router-tools/templates/index.html

27 lines
No EOL
1.5 KiB
HTML

{% extends "base.html" %}
{% block title %}AS215085 - Router tools | Home{% endblock %}
{% block page_header %}<H3>Home</H3>{% endblock %}
{% block content %}
<section id="overview">
<h2>Welcome</h2>
<p>Welcome to the <b>AS215085 Network tools</b></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>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>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>
</section>
<section id="status">
<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 service status of <b>PixelHosting</b>: <a href="https://status.pixelhosting.nl/" target="_blank" style="color: #07AAF9;">https://status.pixelhosting.nl</a></p>
</section>
<section id="bgptools-map">
<h2>BGP.Tools network map</h2>
<img id="pathimg" usemap="#world" src="{{ bgp_image }}">
</section>
{% endblock %}