webcron-site/index.php

20 lines
381 B
PHP

<!Doctype html>
<!--
Color pallet: https://colorhunt.co/palette/b9eddd87cbb9569daa577d86
-->
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<title>This is a test</title>
</head>
</body>
<nav>
This is a test
</nav>
<?php
$a = 42;
echo "The number is $a"
?>
</body>
</html>