HTML Struktur eingebaut

This commit is contained in:
2025-03-04 17:51:02 +01:00
parent a416d7ef64
commit e2b7ffe293
+10 -1
View File
@@ -1 +1,10 @@
<h1>Hello World!</h1>
<!Doctype html>
<html>
<head>
<title></title>
</head>
<body>
<h1>Hello World!</h1>
<p>Call me Ishmael</p>
</body>
</html>