<?php
declare(strict_types=1);

header('Location: /index.html', true, 302);
exit;
