mainscreen

This commit is contained in:
2021-06-21 10:49:47 +02:00
parent ad03e96031
commit 849391ce5c
2 changed files with 6 additions and 14 deletions
View File
+6 -14
View File
@@ -1,15 +1,7 @@
<html> <?php
<head> include 'head.php';
<title>PHP-Test</title> echo '<h1>Frise App</h1>';
</head>
<body>
<?php
echo '<p>Hallo Welt</p>';
include 'connect.php';
echo $sql;
?>
</body>
</html>
echo '<p>Willkommen</p>';
include 'tail.php';
?>