-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (48 loc) · 2.12 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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Markmix Radio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Markmix Radio</h1>
<p>Celebrating the magic of music and creativity</p>
</header>
<main>
<figure>
<figcaption>Click on the play button to listen:</figcaption>
<audio controls>
<source src="https://stream.zeno.fm/tylpaba8zmquv" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</figure>
<div class="image-container">
<img src="https://raw.githubusercontent.com/bismarkagyapong/files/refs/heads/main/markmix-radio-pic.webp"
alt="Markmix Radio Logo" width="320">
</div>
<div class="live-link">
<p>You can click here to listen <a href="https://radio.markmixstudios.com/" target="_blank"><b>live</b></a>.</p>
</div>
<section class="about">
<p>
At <b>Markmix Radio</b>, we celebrate the magic of music and creativity! Tune in to discover a diverse mix of sounds from talented artists around the world.
We believe everyone deserves a chance to shine, which is why we invite you to submit your songs and be part of our vibrant community.
</p>
<p>
Join us for non-stop music, exciting features, and the chance to hear fresh tracks from emerging artists. Whether you’re an aspiring musician or a music lover,
Markmix Radio is your go-to station for the best in new music.
</p>
<p>
Follow us on Instagram <b>@markmix.studios</b> and YouTube at <b>Markmix Studios</b>. For enquiries email, <b>[email protected]</b>.
</p>
</section>
</main>
<footer>
<p>Copyright© <b>Markmix Studios Limited</b>.</p>
</footer>
<script src="script.js"></script>
</body>
</html>