-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpodstrona4.html
35 lines (29 loc) · 958 Bytes
/
podstrona4.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">
<title>Document</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<a href="index.html">Strona glówna</a>
</header>
<main>
<article class="articleColor">
<header>
<h1>Osiągniecia w kadrze USA</h1>
</header>
James był członkiem Reprezentacji USA w koszykówce, która wygrała brązowy medal w 2004, w Atenach, a w 2008
zdobyła złoty medal na Igrzyskach Olimpijskich w Pekinie i Igrzyskach Olimpijskich w Londynie w 2012.
</article>
<img src="../homepage/image/lebron4.jpg" alt="lebron">
</main>
<footer>
Linki zewnetrzne <br>
Profil zawodnika na Nba.com
</footer>
<script src="main.js"></script>
</body>
</html>