-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscography.html
37 lines (31 loc) · 1.09 KB
/
discography.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
<!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><a href="albums.html">ALBUMY</h1><br />
<h1><a href="singles.html">SIGNLE</h1><br />
</div>
<div id="STOPKA">Copyright Depeche Mode FanPage 2013. Wszelkie prawa zastrzeżone.</div>
</div>
</body>
</html>