Add index.html

This commit is contained in:
s490091 2024-11-28 12:40:06 +01:00
commit e95e915923

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My example web page!</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id=”container”>
<header>Tu będzie tytuł strony</header>
<nav>Tu będzie menu</nav>
<main>Tu będzie środek</main>
<footer>A tu stopka</footer>
</div>
</body>
</html>