This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql02d/einsende/einsende1.php
T

3 lines
281 B
PHP

<?php
echo "<!DOCTYPE html>\t\n<html lang='de'>\t\n\v<head>\t\n\v\v<meta charset='utf8'>\t\n\v\v<title>Einsendeaufgabe 1</title>\t\n\v</head>\t\n<body>\t\n<h1>Alles in Echo</h1>\t\n<p>Diese HTML-Datei wurde aus einem einzigen echo-Befehl generiert.</p>\t\n</body>\t\n</html>";
?>