initial commit

This commit is contained in:
Tristan Ancelet 2023-05-06 19:00:50 -05:00
commit 3b60a4a8e1

12
test.php Normal file
View File

@ -0,0 +1,12 @@
<!Doctype html>
<html>
<head>
<title>This is a test</title>
</head>
<?php
$a = 42;
echo "The number is $a"
?>
</html>