-
Notifications
You must be signed in to change notification settings - Fork 0
/
trax1.php
29 lines (27 loc) · 1.45 KB
/
trax1.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
<?php
include ('header.php');
?>
<body>
<div id="trax1" class="main">
<div class="text">
<br>
<div class="section-text">
<h3>Daily TRAX</h3>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/235957443&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</br>
<br>
<div class="section-text">
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/270341381&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
</br>
<br>
<div class="section-text">
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/243922991&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
</br>
</div>
</div>
</body>
<?php
include ('footer.php');
?>