1
0
Fork 0
OpenSim.land/pages/error.php

7 lines
175 B
PHP
Raw Normal View History

2020-06-03 15:35:33 +00:00
<?php
$HTML = new HTML();
$HTML->setHTMLTitle("Error 404 - Seite nicht gefunden!");
$HTML->importHTML("style/default/404.html");
$HTML->build();
echo $HTML->ausgabe();
?>