first real comit

This commit is contained in:
2021-06-12 09:42:49 +02:00
parent ef55c4940c
commit e578e30897
3215 changed files with 583167 additions and 0 deletions

15
app/index.php Normal file
View File

@@ -0,0 +1,15 @@
<html>
<head>
<title>PHP-Test</title>
</head>
<body>
<?php
echo '<p>Hallo Welt</p>';
include 'connect.php';
echo $sql;
?>
</body>
</html>