test commit

This commit is contained in:
2023-05-06 20:05:15 -05:00
parent 3b60a4a8e1
commit 9e6369d136
3 changed files with 23 additions and 12 deletions

20
index.php Normal file
View File

@@ -0,0 +1,20 @@
<!Doctype html>
<!--
Color pallet: https://colorhunt.co/palette/b9eddd87cbb9569daa577d86
-->
<html>
<head>
<link rel="sytlesheet" 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>