-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>Wallem Brothers Official Website</title>
<meta name="Keywords" content="Wallem Brothers, Electro House, Dubstep">
<meta name="Description" content="Offical Website of Wallem Brothers">
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<header><img src="images/WallemBrothersLogo.jpg" /></header>
<footer>
<section>
<ul>
<li>
<a href="https://www.facebook.com/wallembros" title="Facebook" class="facebook"></a>
</li>
<li>
<a href="https://twitter.com/#!/wallembrothers" title="Twitter" class="twitter"></a>
</li>
<li>
<a href="http://soundcloud.com/wallembrothers" title="Soundcloud" class="soundcloud"></a>
</li>
<li>
<a href="http://www.beatport.com/artist/wallem-brothers/192835" title="Beatport" class="beatport"></a>
</li>
</ul>
</section>
<article>
<p><strong>Contact Us on <a href="mailto:info@wallembrothers.com">info@wallembrothers.com</a></strong></p>
</article>
</footer>
</body>
</html>