webcron-site/test.php
2023-05-06 19:00:50 -05:00

12 lines
151 B
PHP

<!Doctype html>
<html>
<head>
<title>This is a test</title>
</head>
<?php
$a = 42;
echo "The number is $a"
?>
</html>