65 lines
2.7 KiB
PHP
Executable file
65 lines
2.7 KiB
PHP
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>MiDGARD</title>
|
|
<link rel="stylesheet" href="/assets/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<pre>
|
|
_ __ __
|
|
____ ___ (_)___/ /___ _____ __________/ /
|
|
/ __ `__ \/ / __ / __ `/ __ `/ ___/ __ /
|
|
/ / / / / / / /_/ / /_/ / /_/ / / / /_/ /
|
|
/_/ /_/ /_/_/\__,_/\__, /\__,_/_/ \__,_/
|
|
/____/
|
|
</pre>
|
|
<div class="nav">
|
|
<a href="/index.php" class="current">HOME</a>
|
|
<a href="/rules.xhtml">RULES</a>
|
|
<a href="/services.xhtml">SERVICES</a>
|
|
<a href="/contact.xhtml">CONTACT</a> *
|
|
<a href="/sites.xhtml">USERSITES</a> <br />
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<p>
|
|
Welcome to Midgard! Midgard is a small community aiming to help build a more
|
|
human and less shitty internet using darknets for enabling a more free flow
|
|
of information. Midgard hosts user sites and some services to help people
|
|
connect and share their thoughts and knowledge. User sites hosted on Midgard are
|
|
provided for free and intended to be kept minimal, free of the bloat so much of
|
|
the modern web now carries. You can get a site too! Whether it's a personal site
|
|
showing off your skills, a project page for a tool you're building, or a blog
|
|
about your garden, you're welcome on Midgard. See our guidelines for more info.
|
|
</p>
|
|
<p>
|
|
Sites are hosted on I2P, Tor, and Yggdrasil currently using web and Nex. Gemini
|
|
and maybe Gopher are coming soon too.
|
|
Midgard does not provide anything on the clearnet as it aims to encourage using
|
|
alternative/darknets such as the ones mentioned above.
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<hr />
|
|
<p>
|
|
<?php echo shell_exec("fortune midgard"); ?>
|
|
</p>
|
|
<img src="/assets/img/kopimi.png" style="vertical-align: middle; width: 15px" />
|
|
Information should be free, Kopimi. Site content, as well as Midgard and Yggdrasil buttons, are CC BY-SA.<br />
|
|
Licenses for other badges are unknown.<br />
|
|
<div class="buttons">
|
|
<img src="/assets/badges/midgard-v1.png" alt="Midgard" />
|
|
<img src="/assets/badges/cc-by-sa.png" alt="Creative Commons Attribution-ShareAlike" />
|
|
<img src="/assets/badges/valid-xhtml11.png" alt="Valid XHTML 1.1" />
|
|
<img src="/assets/badges/powered-by-i2p.png" alt="I2P" />
|
|
<img src="/assets/badges/tor.gif" alt="Tor" />
|
|
<img src="/assets/badges/yggdrasil.png" alt="Yggdrasil" />
|
|
<img src="/assets/badges/alpine.png" alt="Alpine Powered" />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|