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

View File

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