This commit is contained in:
S170H
2023-11-06 22:37:19 +01:00
parent 8f740feb3c
commit 8b4c4c1c7f
3 changed files with 3 additions and 10 deletions

BIN
M2/M2.pdf Normal file

Binary file not shown.

View File

@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
Test
</body>
</html>

View File

@@ -0,0 +1,3 @@
<?php
echo "Erstes PHP-Skript <br>";
phpinfo();