2024-12-31 00:25:05 +01:00
|
|
|
<?php
|
2016-01-10 11:01:49 +01:00
|
|
|
include("menu.en.inc");
|
|
|
|
$this->addStylesheet('text');
|
|
|
|
$this->title = "Logged out";
|
|
|
|
$this->startContents();
|
|
|
|
?>
|
|
|
|
<h1>Logged out</h1>
|
|
|
|
<p>
|
|
|
|
You are now logged out of Legacy Worlds.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Thanks for playing!
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
In the meantime, feel free to visit our <a href="<?=makeLink('about')?>#other">other games.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
See you soon!
|
|
|
|
</p>
|
2024-12-31 00:25:05 +01:00
|
|
|
<?php $this->endContents(); ?>
|