38350-vm/test_spot.php
2026-02-13 14:40:07 +00:00

5 lines
79 B
PHP

<?php
include 'header.php';
echo "<h1>Test Page</h1>";
include 'footer.php';
?>