mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-26 17:29:24 +00:00
About page.
This commit is contained in:
17
web/templates/about.html
Normal file
17
web/templates/about.html
Normal file
@ -0,0 +1,17 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div id="content-wrapper">
|
||||
<div id="content">
|
||||
<h2>About fc00</h2>
|
||||
<p>fc00 is a project to demystify what <a href="http://hyperboria.net/">Hyperboria</a> network is like. Currently the only thing we have here is a map of the network. The full source code is at <a href="https://github.com/Randati/fc00.org">GitHub</a>.</p>
|
||||
<br>
|
||||
|
||||
<h3>Network map</h3>
|
||||
<p>The network page has a map of Hyperboria as it is now. The map is not complete since it is hard/impossible to get a full picture of the network. A rough estimate is that at least half of the nodes are pictured here, probably more. The nodes and links that are shown on the page are very likely to exist but this should not be taken as a guarantee.</p>
|
||||
|
||||
<h3>Contact</h3>
|
||||
<p>Currently fc00 is run by <em>randati</em>. If you have something to say or you would like to help, contact him on HypeIRC or EFNet.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
@ -12,6 +12,8 @@
|
||||
<h1>fc00<span class="grey">::/8</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/Randati/fc00.org">Source</a></li>
|
||||
<li><tt>{{ ip }}</tt></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user