Systems.Page/index.php

23 lines
631 B
PHP

<?php include("head.php"); ?>
<span class="heading">
<p>Welcome to <?php echo(SITE_NAME); ?>!</p>
</span>
<span id="info">
<p>We're creating a place for plural systems to share their headmates.</p>
</span>
<hr>
<span class="heading">
<p>What is a plural system anyway?</p>
</span>
<span id="info">
<p>Being a plural system means you are a person who shares a body with other people, the group people is called a 'system'.</p>
<p>People in a system have entirely different personalities, interests, likes, dislikes, gender, sexual orientation, etc.</p>
</span>
<?php include("foot.php"); ?>