5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-02-06 03:06:16 +00:00
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 %}