12 lines
182 B
HTML
12 lines
182 B
HTML
|
<!doctype html>
|
||
|
<html lang="de">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Meine tolle Webseite</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
Hier kommt mein Inhalt hin.
|
||
|
</body>
|
||
|
|
||
|
</html>
|