Compare commits

...

1 Commits

Author SHA1 Message Date
Valerie
4651ddc804 neues HTML File 2026-03-12 10:52:06 +01:00

13
valerie-bachmann.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Das ist Valerie's Website!</h1>
<p>bla bla bla</p>
<button>Kontakt</button>
</body>
</html>