mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-22 17:30:26 +00:00
10 lines
175 B
HTML
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 %}
|