webcron-site/index.php

20 lines
381 B
PHP
Raw Normal View History

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