4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-07-18 13:38:54 +00:00

Initial commit.

This commit is contained in:
Vanhala Antti
2014-03-19 11:12:47 +02:00
commit 380e7bb3dd
13 changed files with 1604 additions and 0 deletions

9
web/templates/tools.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div id="content-wrapper">
<h2>Ping</h2>
<input type="text" value="{{ ip }}">
<h2>Traceroute</h2>
</div>
{% endblock %}