mirror of
https://git.schule.click/GymSedan/ifg-html-vorlage.git
synced 2025-09-13 16:39:22 +02:00
Grundstruktur und Index-Datei hinzugefügt.
This commit is contained in:
parent
db3d74c858
commit
ce8f695a53
3 changed files with 41 additions and 0 deletions
11
index.html
Normal file
11
index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Meine tolle Webseite</title>
|
||||
</head>
|
||||
<body>
|
||||
Hier kommt mein Inhalt hin.
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue