-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.03 KB
/
index.html
File metadata and controls
37 lines (32 loc) · 1.03 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<title>Bad Vibes - (I)</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<form id="form1" runat="server">
<div id='container'>
<div id='text'>
<span class='vertical'>Bad Vibes - (I)</span>
</div>
<div id='albumcover'>
<a href="/downloads/bv001.zip">
<img src="http://www.badvibez.com/assets/albumcover.jpg" class="img-rounded""/>
</a>
<p>click above image to download the ep in mp3(v0) format for any other format please visit our <a href="http://vadbibes.bandcamp.com"/>bandcamp</a></p>
<p>we also now have our ep available in .torrent form <a href= "/torrent/flac.torrent">flac</a> <a href="/torrent/v0.torrent">mp3(v0)</a> <a href="/torrent/320.torrent">mp3(320)</a></p>
</div>
</form>
<ul class="nav nav-tabs">
<li class="active">
<a href="#">Facebook</a>
</li>
<li class="active"><a href="http://badvibez.com/nickplane">Nick Plane</a></li>
<li><a href="#">...</a></li>
</ul>
</body>
</body>
</html>