5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 16:09:34 +00:00

Better title and little fixes

This commit is contained in:
Vanhala Antti 2014-05-14 02:25:07 +03:00
parent 7dddb76770
commit a1a2152414
3 changed files with 2 additions and 3 deletions

View File

@ -182,7 +182,6 @@ li {
color: #333; color: #333;
line-height: 28px; line-height: 28px;
letter-spacing: 0.2px; letter-spacing: 0.2px;
/*text-align: justify;*/
} }
#content h2 { #content h2 {

View File

@ -4,7 +4,7 @@
<div id="content-wrapper"> <div id="content-wrapper">
<div id="content"> <div id="content">
<h2>About fc00</h2> <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> <p>fc00 is a project that aims 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> <br>
<h3>Network map</h3> <h3>Network map</h3>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>fc00::/8</title> <title>fc00::/8 Mapping Hyperboria</title>
<script src="static/jquery-2.0.3.min.js"></script> <script src="static/jquery-2.0.3.min.js"></script>
<script src="static/jquery.autocomplete.min.js"></script> <script src="static/jquery.autocomplete.min.js"></script>
<link href='static/style.css' rel='stylesheet' type='text/css'> <link href='static/style.css' rel='stylesheet' type='text/css'>