-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (35 loc) · 1.51 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Description" content="Strona poswiecona brytyjskiemu zespolowi Depeche Mode" />
<meta name="Keywords" content="depeche, mode, fanpage, dave, gahan, music" />
<title>Depeche Mode FanPage</title>
<link rel="Stylesheet" type="text/css" href="css/style.css" />
<link rel="Stylesheet" type="text/css" href="css/menu.css" />
<link rel="Stylesheet" type="text/css" href="css/text.css" />
</head>
<body>
<div id="top">
<div id="NAGLOWEK"><img src="images/logo.jpg" alt="Depeche Mode FanPage" /></div>
<div id="MENU">
<ul>
<li><a href="index.html">START</a></li>
<li><a href="band.html">ZESPÓŁ</a></li>
<li><a href="discography.html">DYSKOGRAFIA</a></li>
<li><a href="biography.html">BIOGRAFIA</a></li>
<li><a href="concerts.html">KONCERTY</a></li>
<li><a href="links.html">LINKI</a></li>
</ul></div>
<div id="TRESC">
<h1>Depeche Mode</h1>
<p>Brytyjska grupa muzyczna z kręgu elektronicznego popu, która powstała w 1980 w Basildon w Wielkiej Brytanii.
Nazwa grupy powstała na podstawie inspiracji francuskim magazynem mody, zasugerował ją Dave Gahan.
Powstanie Depeche Mode poprzedzała grupa Composition of Sound.
W 2006 zespół zdobył statuetkę MTV Europe Music Awards w kategorii Najlepszy zespół.<br /><br /></p>
<p><img src="images/start/depechemode.jpg" alt="Depeche Mode Band" width="550" height="360" /></p>
</div>
<div id="STOPKA">Copyright Depeche Mode FanPage 2013. Wszelkie prawa zastrzeżone.</div>
</div>
</body>
</html>