-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbands.html
47 lines (47 loc) · 1.97 KB
/
bands.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
44
45
46
47
<html>
<head>
<title>mrd github pages</title>
<link rel="shortcut icon" type="image/png" href="images/favico.png"/>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link href='https://fonts.googleapis.com/css?family=Amatic+SC&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="javascript/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="javascript/index.js"></script>
</head>
<body>
<div class="stars"></div>
<div class="main_container">
<div class="bands_container">
<h2 class="info_sub band_title">Check these bands out</h2>
<nav class="">
<ul>
<li>
<h2 class="info_title">
<a href="https://www.facebook.com/earthlessrips" target="_blank" class="extLink">Earthless</a>
</h2>
</li>
<li>
<h2 class="info_title">
<a href="http://www.mysleepingkarma.com/" target="_blank" class="extLink">My Sleeping Karma</a>
</h2>
</li>
<li>
<h2 class="info_title">
<a href="https://naxatras.bandcamp.com/" target="_blank" class="extLink">Naxatras</a>
</h2>
</li>
<li>
<h2 class="info_title">
<a href="https://yurigagarinswe.bandcamp.com/" target="_blank" class="extLink">Yuri Gagarin</a>
</h2>
</li>
<li>
<h2 class="info_title">
<a href="http://wofat.net/" target="_blank" class="extLink">Wo Fat</a>
</h2>
</li>
</ul>
</nav>
</div>
</div>
</body>
</html>