home » zplus/dokk.org.git
ID: 715fa782ec13e5d9b16122ecf7a2fc2e0e042781
39 lines — 1K — View raw


<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>DOKK</title>

        <style>
            html, body {

                font-size: 1rem;
                height: 100%;
                margin: 0;
                padding: 0;
                width: 100%;
            }

            body {
                padding: 1% 5%;
            }
        </style>
    </head>
    <body>
        <p>
            <i>DOKK</i> is a free, community-curated data repository.
        </p>
        <p>
            Join the
            <a href="https://clif.peers.community/dokk/dokk.mlist">mailing list</a>
            or download the
            <a href="https://clif.peers.community/dokk/data.git">data</a>,
            and participate to create a free database of the world's knowledge.
            Let's build it together!

            <br /><br /><br /><br />
            IRC: #<a href="https://peers.community">peers</a> at irc.libera.chat
        </p>
    </body>
</html>