personal-website/docs/www/random/xmpp/index.php
2024-09-19 18:08:39 +02:00

23 lines
357 B
PHP

<?php
$COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("Random stuff");
?>
<article>
<h2>
I run an XMPP server!
</h2>
<p>
You can join me at xmpp://zeftax.eu
</p>
<p>
You probably should not be seeing this page though...
</p>
</article>
<?php
include_once($COMMONS."/footer.php");
?>