5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-11-22 17:30:26 +00:00
yggdrasil-map/web/templates/tools.html
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 %}