-
Notifications
You must be signed in to change notification settings - Fork 0
/
4_łącza.html
55 lines (35 loc) · 936 Bytes
/
4_łącza.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>
<meta charset="utf-8">
<tittle>Łącza</tittle>
</head>
<body>
<a href="https://www.wsb.pl/poznan/">WSB</a>
<h3>Lista stron</h3>
<ul type="circle">
<li>
<a href="1_podstawy.html">Pierwsza strona</a>
</li>
<li>
<a href="2_listy.html">Listy</a>
</li>
<li>
<a href="3_linkisekcji.html">linki sekcji</a>
</li>
</ul>
<k3> Kraje - flagi</k3>
<ul>
<li>
<a href="C:\Users\student\Desktop\pobrane.jpg" target="_blank">
<img src="C:\Users\student\Desktop\pobrane.jpg">
</a>
</li>
<li>
<a href="C:\Users\student\Desktop\pobrane2.jpg" target="_self">
<img src="C:\Users\student\Desktop\pobrane2.jpg">
</a>
</li>
</ul>
</body>
</html>