Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2014 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c7a22c656d16bae3cb35 to your computer and use it in GitHub Desktop.
Save anonymous/c7a22c656d16bae3cb35 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en"
<head>
<meta charset="UTF-8">
<title>Wohoo!</title>
</head>
<body style="font-family:arial; text-align:center; font-size:13px; width:640px; margin-left: auto;
margin-right: auto;">
<header>
<p><br><br><br><br></p>
<img src="logo.png" alt="Wohoo! Logo"/>
</header>
<p style="font-size:12px">
<i>Wohoo! is an index of the whole Localnet, intended to be
a shortcut to various pages in the net.</i><br><b>Search quicker with the find function
in your browser.</b>
</p>
<main>
<h2>Index</h2>
<section style="width:320px; margin-left: auto; margin-right: auto;">
<h3>News</h3>
<p>All the news in the world.</p>
<a href="../XBC/index.html">XBC</a>
<h3>Entertainment</h3>
<p>Entertain yourself.</p>
<a href="../XBC/index.html">XBC</a>
</section>
</main>
<footer style="font-size:12px">
<p>
<a href="why.html">Why Wohoo?</a> |
<a href="opinions.html">What the Press thinks</a> |
<a href="about.html">About Wohoo!</a> |
<a href="blog/index.html">Wohoo! Blog</a>
<br>Wohoo! will always be the homepage for the Localnet.
</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment