25 lines
678 B
PHP
25 lines
678 B
PHP
</main>
|
|
|
|
<hr>
|
|
<h1 id="message-board">Message board</h1>
|
|
<img src="<?=url('/static/img/tower.gif')?>" alt="">
|
|
<p>Racism <s>not</s> allowed</p>
|
|
<style>
|
|
.willychat {
|
|
max-width: 30rem;
|
|
max-height: 40rem;
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<iframe class="willychat" src="<?=url('/willychat/')?>" 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>
|