-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacts.html
94 lines (89 loc) · 4.58 KB
/
facts.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
<!DOCTYPE html>
<html lang="en">
<head><link type="image/png"
rel="icon"
href="music-logo-black-and-white-png-21.png"/>
<title>Sangeet</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://pranavarya37.wordpress.com/" target="_blank">Sangeet</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="discover.html">Discover</a></li>
<li><a href="Radio.html">Radio</a></li>
<li><a href="Music%20Game/circles.html">Music Game</a></li>
<li><a href="https://www.youtube.com/feed/trending">Trending Videos</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Other Stuff
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="C:\Users\windows 10\Desktop\New Songs Website(DJ Pranav)\Website- LetsDance\Website- LetsDance\Starting page.html">Let's Dance</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left" action="https://www.google.com/">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search..." name="search">
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><button class="btn btn-primary" data-toggle="modal" data-target="#myModal"><span class="glyphicon glyphicon-user"></span>Sign Up</button></a></li>
<li><a href="#"><button class="btn btn-primary" data-toggle="modal" data-target="#myModal1"><span class="glyphicon glyphicon-log-in"></span> Login</button></a></li>
</ul>
</div>
</div>
</nav>
</header>
<br><br><br><br><br>
<div class="container">
<h1>Facts About <mark>Music</mark><small><i> (Source: Google)</i></small></h1>
<div class="jumbotron">
<div class="well"><h4>What percentage of the world listens to music?</h4></div>
<p style="font-size: 17px;">In the U.S. , consumers spend 24 hours per week on average listening to music. And of the</p>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="91" aria-valuemin="0" aria-valuemax="100" style="width:91%">
91%
</div>
</div>
<p style="font-size: 17px;">of Americans who listen to music,</p>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width:75%">
75%
</div>
</div>
<p style="font-size: 17px;">report listening to music online every week, while</p>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="44" aria-valuemin="0" aria-valuemax="100" style="width:44%">
44%
</div>
</div>
<p style="font-size: 17px;">listen on smartphones.</p>
</div>
</div>
<br><br>
<!-- <a href="C:\Users\windows 10\Desktop\Luis Fonsi - Despacito ft. Daddy Yankee (mp3).mp3" play="C:\Users\windows 10\Desktop\Luis Fonsi - Despacito ft. Daddy Yankee (mp3).mp3"><input type="button" value="Play"></a>
<a href="C:\Users\windows 10\Desktop\Luis Fonsi - Despacito ft. Daddy Yankee (mp3).mp3" download="C:\Users\windows 10\Desktop\Luis Fonsi - Despacito ft. Daddy Yankee (mp3).mp3"><input type="button" value="Download"></a> -->
<br><br><br><br><br><br><br><br>
<button type="button" class="btn btn-primary btn-block">© 2021 Sangeet.com All Rights Reserved | Design by <a href="https://pranavarya37.wordpress.com/" target="_blank"><font color="white"><u>Pranav Arya</u></font></a></button>
</body>
</html>