-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (25 loc) · 842 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./dist/css/main.css">
<title>Website25</title>
</head>
<body>
<nav class="nav"><h2>Navigation</h2></nav>
<header>
<h1>Header</h1>
</header>
<main>
<section class="section section--1"><h2>Section 1</h2></section>
<section class="section section--2"><h2>Section 2</h2></section>
<section class="section section--3"><h2>Section 3</h2></section>
</main>
<footer class="footer">
<section class="footer--top"><h3>Footer top</h3></section>
<section class="footer--bottom"><h3>Footer bottom</h3></section>
</footer>
<script src="./dist/js/main.js"></script>
</body>
</html>