-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
33 lines (32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Imacoustic</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Montserrat" rel="stylesheet">
</head>
<body>
<header>
<h1>Imacoustic</h1>
</header>
<div class="upload">
<h2>Upload an image of your favourite artist or album and let Imacoustic generate music for you.</h2>
<button id="upload_widget_opener" class="slide-fwd-center" type="button" name="button" onclick="helloButton()">Use Cloudinary</button>
<iframe id="youtubeplayer" src="" width="640" height="360"></iframe>
</div>
<div class="select">
<button id="discover" class="slide-fwd-center" type="button" name="button" onclick="byeByeButton()">Discover the Artist</button>
<button id="topSongs" class="slide-fwd-center" type="button" name="button" onclick="byeByeButton()">Artist's Top Songs</button>
</div>
<footer>
<p>Powered by BeCode</p>
</footer>
<script src="https://widget.cloudinary.com/global/all.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="main.js"></script>
<script src="front.js"></script>
</body>
</html>