-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 1.42 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html>
<head>
<title>NTWWW</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="wrapper">
<header id="header">
<span class="avatar"><img src="images/avek.jpg" alt="" /></span>
<h1><strong>Nowoczesne Technologie WWW</strong><br />
<p>Strona Główna do przyszłych przeglądania List Zadań</p></h1>
</header>
<section id="main">
<section class="thumbnails">
<div>
<a href="Lista1/index.html">
<img src="images/lista1.png" alt="" />
<h3>Lista 1 - Wizytówka</h3>
</a>
</div>
<div>
<a href="Lista2/index.html">
<img src="images/lista2.png" alt="" />
<h3>Lista 2</h3>
</a>
</div>
<div>
<a href="Lista3/index.html">
<img src="images/lista3.png" alt="" />
<h3>Lista 3</h3>
</a>
</div>
<div>
<a href="Lista4/index.html">
<img src="images/lista4.png" alt="" />
<h3>Lista 4</h3>
</a>
</div>
<div>
<a href="Lista5/index.php">
<img src="images/lista5.png" alt="" />
<h3>Lista 5</h3>
</a>
</div>
</section>
</section>
<footer id="footer">
<p>© Marcel Jerzyk.</p>
</footer>
</div>
</body>
</html>