create html and css

This commit is contained in:
Ermin Zoronjic 2026-03-12 10:53:20 +01:00
parent b4091cd532
commit 3e6ce7dccd
3 changed files with 16 additions and 0 deletions

16
ermin-zoronjic.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Basic Setup</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main class="container">
<h1>Hallihallöchen</h1>
<p>Wasgehtwasgehtwasgeht</p>
</main>
</body>
</html>

0
script.js Normal file
View File

0
style.css Normal file
View File