Hello World!

master
flambus 2020-01-13 09:10:34 +01:00
parent 087f17a856
commit 2be68996fc
1 changed files with 10 additions and 0 deletions

10
content/yeet.php Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<?php
echo "<p> Hello World! </p>";
?>
</body>
</html>