fobe-web/html/noJS.php

9 lines
104 B
PHP

<?php
echo '
<html>
<body>
<div>Javascript must be enabled to visit Alphaland!</div>
</body>
</html>
';