forked from aischilawa/royal-music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (97 loc) · 4.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>pastor Kay</title>
<link rel="stylesheet" href="./style.css">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body id="coverer">
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div id="div" class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="https://www.facebook.com/profile.php?id=100042542475338">SoltechDev</a></h1>
<a href="https://www.facebook.com/profile.php?id=100063478819511" class="get-started-btn"> join us on <i class="bi bi-facebook"></i></a>
</div>
<div class="navigation">
<button id="prev" class="action-btn">
<i class="bi bi-chevron-bar-left"></i>
</button>
<button id="play" class="action-btn action-btn-big">
<i class="bi bi-play"></i>
</button>
<button id="next" class="action-btn">
<i class="bi bi-chevron-bar-right"></i>
</button>
</div>
</header><!-- End Header -->
<!-- partial:index.partial.html -->
<div class="music-container" id="music-container">
<div class="music-info">
<div class="progress-container" id="progress-container">
<div class="progress" id="progress"></div>
</div>
<h2 id="title" class="title">kelvin</h2>
</div>
<div class="img-container">
<div class="color">
<img
src="assets/img/musiccover/ni lesa wabomba.jpg?raw=true"
alt="music-cover"
id="cover"
/>
</div>
</div>
<audio type=""
src="assets/music/ni lesa wabomba.mp3?raw=true"
id="audio"
></audio>
</div>
<!-- ======= Footer ======= -->
<footer id="footer" >
<div id="footer_cont"class="container d-md-flex py-4">
<div id="copyright" class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>SoltechDev</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a style="color:#FF7A00;" href="https://www.facebook.com/profile.php?id=100042542475338">Israel chilawa</a>
</div>
</div>
<div id="social-links" class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://www.tiktok.com/@kfredalexismutale?_t=8ay8rSlFlrx&_r=1" class="tiktok"><i class="bi bi-tiktok"></i></a>
<a href="https://www.facebook.com/flatk.mutela" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/kfred9597?igshid=YmMyMTA2M2Y=" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://youtube.com/@kfredalexis210" class="youtube"><i class="bi bi-youtube"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<!-- partial -->
<script src="./script.js"></script>
<head>
<script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=G-XB09G4PJW4"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XB09G4PJW4', {
'cookie_prefix': 'yourprefix_',
'groups': 'interest_groups'
});
</script>
</head>
</body>
</html>