-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.php
55 lines (55 loc) · 2.1 KB
/
music.php
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
48
49
50
51
52
53
54
55
<html>
<head>
<title>Chris Malley :: Music</title>
<meta http-equiv="Content-Type" content="text/html;">
<link href="styleSheet.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table width="86%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<?php include("header.html"); ?>
</td>
</tr>
<tr>
<td>
<table cellpadding="1" cellspacing="1" border="0" width="722" align="center">
<tbody>
<tr class="style2">
<td colspan="3" valign="top" nowrap="nowrap">
<table cellpadding="0" cellspacing="0" border="0" width="722" align="center">
<tbody>
<tr>
<td valign="top"><b class="Typewriter2"><big><big><big>Music</big></big></big></b></td>
</tr>
<tr><td> </td></tr>
<tr class="san22"><td>
Rabblefish - various demo recordings
<br>
<br>
<iframe width="100%" height="375" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/69521391&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</td></tr>
<tr class="san22"><td>
<br>
Purple Squirrel - Split Shot
<br>
<br>
<iframe width="100%" height="375" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/58721502&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</td></tr>
<tr class="san22"><td>
<br>
Reese's Monkey - Bigger Than It Looks
<br>
<br>
<iframe width="100%" height="325" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/234595680&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</td></tr>
<tr>
<td>
<center>
<?php include("footer.html"); ?>
</center>
</td>
</tr>
</table>
</body>
</html>