-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
27 lines (26 loc) · 1.12 KB
/
index.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
<?php include "res/themetop.php"; ?>
<div class="tooltip" id="index-tt"><div class="titlename"><span>Pamtseo Ta Kifkey Aean</span></div><span class="tooltiptext">Music From The Blue World</span></div>
<!-- CARD -->
<div id="image" class="section scrollspy">
<div class="row">
<div class="col s12 m12 l12">
<div class="card light-primary-color">
<div class="card-image">
<img src="img/tr.png">
<span class="card-title">Welcome to Tirea Radio</span>
</div>
<div class="card-content">
<p class="primary-text-color">
This Internet Radio Station and Podcast website has been created by
Avatar fans for Avatar fans. We strive to bring you all the best community-made
content.
</p>
</div>
<div class="card-action">
<a class="yellow-text" href="listen.php">Listen Now</a>
</div>
</div>
</div>
</div>
</div>
<?php include "res/themebottom.php"; ?>