Erste Version der Webseite

This commit is contained in:
2026-09-14 14:24:27 +02:00
commit 256a5aa9d9
2 changed files with 20 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meine erste Webseite</title>
</head>
<body>
<h1>Meine erste Webseite</h1>
<p>Das ist meine erste Webseite</p>
<h2>Über mich</h2>
<p>Ich bin gerade dabei mir HTML und CSS beizubringen.</p>
<p>Diese Seite dient als Spielplatz dafür.</p>
<h3>Meine Ziele</h3>
<p>Eigenständig programmieren lernen</p>
<img src="pic/maze.png" alt="Maze Profil" />
<a href="https://www.mazec.at" target="_blank">Meine Webseite</a>
<a></a>
</body>
</html>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB