This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/progp/24-9-11/aufgabe-2.html
2024-09-25 10:13:09 +02:00

16 lines
376 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div align=center>
<!-- /\ FORMATIERUNG DIREKT IN DER HTML DATEI. KEIN CSS -->
<h1>HaRo GmbH</h1>
<h3>Willkommen auf unseren Websiten</h3>
</div>
</body>
</html>