Website/index.php

4 lines
72 B
PHP
Raw Normal View History

2023-09-14 17:33:54 +00:00
<?php
require_once '_config.php';
echo $twig->render('index.html');