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

8 lines
153 B
PHP
Raw Permalink Normal View History

2021-11-01 06:10:51 +00:00
<?php
$HTML = new HTML();
$HTML->setHTMLTitle("Übersicht");
$HTML->importHTML("style/default/faq.html");
$HTML->build();
echo $HTML->ausgabe();
?>