-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkurczak.html
More file actions
53 lines (50 loc) · 1.55 KB
/
kurczak.html
File metadata and controls
53 lines (50 loc) · 1.55 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Kids Code Fun</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="template.css">
<link rel="stylesheet" type="text/css" href="kurczak.css">
<link href='foundation-icons/foundation-icons.css' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<ul>
<li> Strona o kurczaku na głowę </li>
<li><a href="#Franciszek"> Bakteria w czapce </a></li>
<li><a href="#Basia"> Basia w czapce </a></li>
<li><a href="#VanAnh"> Van Anh w czapce </a></li>
<li><a href="#nieautor"> Autor </a></li>
</ul>
</header>
<section id="Franciszek">
<h1> Bakteria w czapce </h1>
<img src="bakteria1.jpg">
<p>
To jest bakteria o imeniu Franciszek, która poznała czapkę w Cisco.
</p>
</section>
<section id="Basia">
<h1> Basia w czapce </h1>
<img src = "hehehe.jpg">
<p>
Bez komentarza
</p>
</section>
<section id = "VanAnh">
<h1> Van Anh w czapce </h1>
<iframe width="420" height="315" src="https://www.youtube.com/embed/6jv_Z02M_pg" frameborder="0" allowfullscreen></iframe>
</section>
<footer id="nieautor">
<div class="author">
<span> Design & Code </span>
<span> AlNa </span>
</div>
<div class="author">
<a href="https://www.facebook.com/barbara.litwinska?fref=ts" target="_blank"><span class="socials fi-social-facebook"></a>
<a href="" target="_blank"><span class="socials fi-social-twitter"></span></a>
<a href=""><span class="socials fi-social-instagram"></span></a>
</div>
</footer>
</body>
</html>