Website/index.php
2023-09-14 19:33:54 +02:00

4 lines
72 B
PHP

<?php
require_once '_config.php';
echo $twig->render('index.html');