You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
669 B
PHP
11 lines
669 B
PHP
<?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"; ?>
|