-
Notifications
You must be signed in to change notification settings - Fork 0
/
podstrona5.html
36 lines (30 loc) · 1.08 KB
/
podstrona5.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
<!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>Przejście do nowej druzyny Miami Heat</h1>
</header>
Przed sezonem 2010/11, opuszczając drużynę z Cleveland, w której grał od początku kariery, podpisał
czteroletni kontrakt z Miami Heat[4], tworząc gwiazdorski tercet wraz z Chrisem Boshem oraz Dwyane’em
Wade’em. W sezonie 2010/2011 w Meczu Gwiazd w LA zaliczył drugie w historii tego Meczu triple-double
(pierwsze osiągnął Michael Jordan)
</main>
<img src="../homepage/image/lebron5.jpg" alt="lebron">
<footer>
Linki zewnetrzne <br>
Profil zawodnika na Nba.com
</footer>
<script src="main.js"></script>
</body>
</html>