<!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>
        <section id="intro">
        <p>A Luanti server run by Paul</p>
        <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>

        <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>&copy; <a href="https://paulwilde.uk">Paul Wilde<a/></p>
    </footer>
    <script type="text/javascript" src="components.js"></script>
</body>
</html>