mirror of
https://git.schule.click/GymSedan/ifg-html-vorlage.git
synced 2024-11-22 01:05:07 +01:00
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>
|