changes
This commit is contained in:
commit
5e31dd0214
37 changed files with 2082 additions and 0 deletions
25
templates/index.html
Normal file
25
templates/index.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}AS215085 - Router tools | Home{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue