-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
40 lines (32 loc) · 1.12 KB
/
links.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
<!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>Linki</h1>
<h2><a href="http://depechemode.com">OFICJALNA</a></h2>
<h2><a href="rss.xml">RSS</a></h2>
</p></div>
<div id="STOPKA">Copyright Depeche Mode FanPage 2013. Wszelkie prawa zastrzeżone.</div>
</div>
</body>
</html>