mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-07-18 13:38:54 +00:00
Initial commit.
This commit is contained in:
9
web/templates/tools.html
Normal file
9
web/templates/tools.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div id="content-wrapper">
|
||||
<h2>Ping</h2>
|
||||
<input type="text" value="{{ ip }}">
|
||||
<h2>Traceroute</h2>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user