Files
2026-06-09 19:36:57 +07:00

4 lines
55 B
PHP

<?php
header('Location: index.html', true, 302);
exit;