-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (41 loc) · 2.18 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bismark Agyapong Radio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Bismark Agyapong Radio</h1>
<p>Spreading the Gospel of Jesus through music</p>
</header>
<main>
<figure>
<figcaption>Click on the play button to listen:</figcaption>
<audio controls>
<source src="https://stream.zeno.fm/2qkmivock4zvv" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</figure>
<div class="image-container">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjByeTQ1fNRvPA3bgO4QSp56nmI78TlQYHM7WLYHl0SBogUMO132hGOWHuQ1F7r3ZlXSFWhZDHhzzzNFZefOSrlJRrsuzPB2ODrzzZ_CrltMXxOhyrQMj5m-vDDm07pcVeDSR6VERvzBWaS98soikoUyxbI8MsMe22iCuyrxcOBFCkTPiBY8lJy0oY/s2560/Bismark%20Agyapong%20Radio.png"
alt="Markmix Radio Logo" width="320">
</div>
<div class="live-link">
<p>You can click here to listen <a href="https://zeno.fm/radio/bismark-agyapong-radio/" target="_blank"><b>live</b></a>.</p>
</div>
<section class="about">
<p><b>Bismark Agyapong Radio</b> is a Christian Gospel station based in Ghana, created by Bismark Agyapong. Our mission is to spread the Gospel of Jesus Christ, encouraging everyone to repent from their sins and follow the Lord. We aim to reach souls worldwide, sharing God's word and love across the net and beyond.</div>
<p>
Connect with us on Facebook, Instagram, TwitterX, YouTube, Pinterest and TikTok <b>@OfficialBismarkAgyapong</b>. For inquiries, reach out via email at <b>bismarkagyapong@aol.com</b>. Remember to subscribe to the YouTube channel for more inspiring content. Thank you, and may God bless you abundantly.</b>.
</p>
</section>
</main>
<footer>
<p>Copyright© <b>Markmix Studios Limited</b>.</p>
</footer>
<script src="script.js"></script>
</body>
</html>