webcron-site/test.php

12 lines
151 B
PHP
Raw Normal View History

2023-05-07 00:00:50 +00:00
<!Doctype html>
<html>
<head>
<title>This is a test</title>
</head>
<?php
$a = 42;
echo "The number is $a"
?>
</html>