-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio.php
More file actions
31 lines (31 loc) · 1.25 KB
/
audio.php
File metadata and controls
31 lines (31 loc) · 1.25 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Dean Oldencott :: Audio
</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" alink="#000088" vlink="#FF0000">
<?php include("header.html"); ?><br>
<?php include("menu_bar.html"); ?><br>
<?php include("separator.html"); ?><br>
<div align="center">
<font face="Helvetica, Arial, sans-serif">
<div align="left">
<table cellpadding="2" cellspacing="2" border="0" width="722" align="center">
<tbody>
<tr>
<td valign="top">
<strong><big><big>Audio</big></big></strong><br>
</td>
</tr>
</tbody>
</table>
</div><br>
<iframe width=700" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/371641088&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</div><br>
<?php include("separator.html"); ?><br>
<?php include("footer.html"); ?>
</body>
</html>