mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-27 08:39:23 +00:00
branding
This commit is contained in:
@ -2,19 +2,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>fc00::/8 – Mapping Hyperboria</title>
|
||||
<title>0200::/7 – Mapping The Yggdrasil Network</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>
|
||||
<h1>0200<span class="grey">::/7</span></h1>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
<li><a href="https://github.com/zielmicha/fc00.org">Source</a></li>
|
||||
<li><a href="https://github.com/Arceliar/yggdrasil-map">Source</a></li>
|
||||
<li><tt>{% if ip is not none %}{{ ip }}{% endif %}</tt></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user