summaryrefslogtreecommitdiff
path: root/plurality/index.php
blob: ddc26dc0ed392f940bc6e410753657ff18668236 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $title = "Plurality"; require $_SERVER['DOCUMENT_ROOT'] . "/includes/main.php"; require $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>

<div class="container">
    <br><br>
    <h1><b>Yes,</b> we are plural</h1>
    <p>We are the Cloudburst and Raindrops systems, and we are all ponies! We happily live with plurality in our daily lives and are always collaborating together towards a stable life. If you're curious, maybe go check out our plurality website, Cold Haze:</p>

    <a href="https://ponies.equestria.horse" target="_blank" class="btn btn-outline-info">Read more</a>
</div>

<?php require $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>