5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-11-26 11:21:36 +00:00
yggdrasil-map/web/templates/tools.html

10 lines
175 B
HTML
Raw Normal View History

2014-03-19 09:12:47 +00:00
{% extends "base.html" %}
{% block content %}
<div id="content-wrapper">
<h2>Ping</h2>
<input type="text" value="{{ ip }}">
<h2>Traceroute</h2>
</div>
{% endblock %}