willy.club/views/templates/footer.php

25 lines
679 B
PHP

</main>
<hr>
<h1 id="message-board">Message board</h1>
<img src="<?=url('/static/img/tower.gif')?>" alt="">
<p>Remember, be kind to each other</p>
<style>
.willychat {
max-width: 30rem;
max-height: 40rem;
margin: auto;
width: 100%;
height: 100%;
}
</style>
<iframe class="willychat" src="<?=url('/chat/')?>" frameborder="0" scrolling="no"></iframe>
<hr>
<br>
<br>
<img src="<?=url('/static/img/3d-spinning-toilet-smiley-emoticon-small.gif')?>" alt="the Willy Club(WC)">
<br>
<small>Copyeverything © 2020 - <?=date('Y')?></small>
</body>
</html>