-
Notifications
You must be signed in to change notification settings - Fork 0
/
player.html
53 lines (43 loc) · 1.99 KB
/
player.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">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'>
<link rel="icon" href="images/favicon.ico" type="image/gif" sizes="16x16">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.7/mediaelementplayer.min.css'><link rel="stylesheet" href="./style1.css">
<title>4K RadioCast</title>
<script>
function goBack() {
window.history.back();
}
</script>
<body>
<div class="contain">
<div class="container">
<div class="music-player">
<button type="button"class="close" aria-label="Close" onclick="goBack()" >
<span aria-hidden="true">×</span>
</button>
<div class="cover">
<img src="https://mariongrandvincent.github.io/HTML-Personal-website/img-codePen/kygo.png" alt="">
</div>
<div class="titre">
<h3>Kygo</h3>
<h1>Stole the show</h1>
</div>
<div style="color:white;font-size:26px;padding-left: 10%; " ><a href=""></a><span class="fa fa-heart-o" aria-hidden="true"></a></span></div>
<audio style="width: 100%;" class="fc-media">
<source src="https://mariongrandvincent.github.io/HTML-Personal-website/img-codePen/kygo-stole-the-show.mp3" type="audio/mp3"/>
</audio>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.7/mediaelement-and-player.min.js'></script><script src="./script1.js"></script>
</body>
</html>