Add index.html
This commit is contained in:
commit
e95e915923
19
index.html
Normal file
19
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user