forked from Amyh102/vibe-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
checker.html
44 lines (28 loc) · 1.39 KB
/
checker.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Fonts Used -->
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vibechecker</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="checker.css">
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
<body>
<img src="vibechecker.png" class="radio">
<img src="checkerfront.png" class="radiofront">
<input orient="vertical" type="range" min="1" max="100" value="100" class="slider">
<input type="range" min="1" max="100" value="50" class="vslider">
<p class="lax">LAX</p>
<p class="strict">STRICT</p>
<div class="playlists">
<iframe src="https://open.spotify.com/embed/playlist/0vvXsWCC9xrXsKd4FyS8kM" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<div class="cover"></div>
</body>
</html>