mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-10 05:50:27 +00:00
23 lines
527 B
HTML
23 lines
527 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>fc00::/8</title>
|
|
<script src="static/jquery-2.0.3.min.js"></script>
|
|
<script src="static/jquery.autocomplete.min.js"></script>
|
|
<link href='static/style.css' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<h1>fc00<span class="grey">::/8</span></h1>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/Randati/fc00.org">Source</a></li>
|
|
<li><tt>{{ ip }}</tt></li>
|
|
</ul>
|
|
</div>
|
|
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html>
|