4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-07-18 17:08:55 +00:00
Files
yggdrasil-map/web/templates/tools.html
Vanhala Antti 380e7bb3dd Initial commit.
2014-03-19 11:12:47 +02:00

10 lines
175 B
HTML

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