fobe-web/html/noJS.php

9 lines
101 B
PHP

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