-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 1.47 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
<html>
<head>
<meta charset='utf-8'>
<meta name="generator" content="Gatsby 2.20.14">
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name='viewport' content='width=device-width, initial-scale=1.0;'>
<title>MUSIC PLAYER </title>
<link rel = "icon" href = "music player.png" type = "image/x-icon">
<link rel='stylesheet' href='styles/semantic.min.css'>
<link rel='stylesheet' href='styles/main.css'>
<meta property='og:image' content="https://tusharkumar.live/coverpic.png">
<meta property='og:description' content="MUSIC PLAYER by Tushar Kumar">
</head>
<body id="soundcloud-player">
<div class="ui container col">
<div class="col-left js-playlist">
<div class="inner"></div>
</div>
<div class="col-right" >
<div class="main">
<div class="ui massive icon input">
<input type="text" placeholder="Search song or artist..." class="js-search input-search" >
<i class="search icon js-submit"></i>
</div>
<div class="search-results js-search-results ui cards" >
<h2>Enjoy your music</h2>
</div>
</div>
</div>
</div>
<script src='javascript/semantic.min.js'></script>
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
<script src="https://w.soundcloud.com/player/api.js"></script>
<script src="javascript/main.js"></script>
</body>
</html>