Add www/www/public/index.php

This commit is contained in:
2026-04-25 10:45:28 +02:00
parent f1a7dc5638
commit b10f16daa0

17
www/www/public/index.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* www.domain.de — Hauptseite
*/
?>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projekt</title>
</head>
<body>
<h1>Willkommen</h1>
<p>Dies ist die Hauptseite.</p>
</body>
</html>