-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles/styles.css"/>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel="stylesheet" href="styles/graph.css">
<title>Music Fun :3</title>
</head>
<body>
<div class="logo">
<h1> MUSIC FUN :3</h1>
</div>
<div id='container'>
<div id='graph'>
<div id='flags'></div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js'></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="script.js"></script>
<div class="wrapper"></div>
<input class="search" type="text" placeholder="Give me...">
<p class="instructions"> if you feed me words... i'll give you songs Ψ(`∀ ´#)ノ
</p>
<p class="guidelines"> </p>
<div class="cover"> </div>
<h2 class="name">
<h4 class="artist"> </h4>
</h2>
<div class="description"> </div>
<button class="seeMore" onclick="guide()"> See More ☆゚.* </button>
<!-- <button> </button> -->
<!-- <p> Hi </p> -->
</body>
</html>