2025-01-21 17:05:34 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<title>Welcome to Paultopia</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="readable.min.css">
|
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
background-image: url("bg.png");
|
|
|
|
background-color:transparent;
|
|
|
|
background-position: top center;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
background: #ffffffbb;
|
|
|
|
padding:0.2em 1em 0.2em 1em;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Welcome to Paultopia</h1>
|
|
|
|
</header>
|
|
|
|
<hr/>
|
|
|
|
<main>
|
2025-01-21 17:10:27 +00:00
|
|
|
<section id="intro">
|
2025-01-21 17:05:34 +00:00
|
|
|
<p>A Luanti server run by Paul</p>
|
2025-01-21 17:10:27 +00:00
|
|
|
<p>If you would like access, please contact Paul via one of the below:
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
Fediverse - <a target="_blank" href="https://notnull.space/@paul">@paul@notnull.space</a>
|
|
|
|
</li>
|
|
|
|
<li>XMPP - <a href="xmpp:pswilde@conversations.im">pswilde@conversations.im</a></li>
|
|
|
|
<li>Or any other way you know how to get in touch</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
2025-01-21 17:05:34 +00:00
|
|
|
<section id="players">
|
|
|
|
<h3>Current Players</h3>
|
|
|
|
<ul id="current_players">
|
|
|
|
<li>player one</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section id="modsenabled">
|
|
|
|
<h3>Mods Enabled</h3>
|
|
|
|
<ul id="current_mods">
|
|
|
|
<li>advtrains</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<p>© <a href="https://paulwilde.uk">Paul Wilde<a/></p>
|
|
|
|
</footer>
|
|
|
|
<script type="text/javascript" src="components.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|