5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-02-06 06:36:17 +00:00

25 lines
713 B
HTML
Raw Normal View History

2014-03-19 11:12:47 +02:00
<!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>
2014-05-14 01:36:55 +03:00
<li><a href="/" {% if page == 'network' %} class="selected" {% endif %}>Network</a></li>
<li><a href="/about"{% if page == 'about' %} class="selected" {% endif %}>About</a></li>
2014-03-30 18:07:16 +03:00
<li><a href="https://github.com/Randati/fc00.org">Source</a></li>
2014-03-19 11:12:47 +02:00
<li><tt>{{ ip }}</tt></li>
</ul>
</div>
{% block content %}{% endblock %}
</body>
</html>