summaryrefslogtreecommitdiff
path: root/index.php
blob: d421357466e67340e5a19c717c3df9a5b23622fe (plain)
1
2
3
4
5
<?php
declare(strict_types=1);

header('Location: p/', true, 301);
include('index.html');