-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (30 loc) · 1.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chune</title>
<meta name="description" content="Chune UI">
<meta name="author" content="T. Findlay">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" integrity="undefined" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-image: url('https://user-images.githubusercontent.com/565124/32411599-a5fcba72-c1df-11e7-8730-a570470a4eee.gif');
background-size: cover; height: 100vh; padding:0.06*device-width; margin:0;">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="undefined" crossorigin="anonymous"></script>
<div class="container", style="width: 90%; margin: auto; padding: 40px; background-color: #FFFFFF;">
<h1> CHUNE. </h1> Queue music from the comfort of your own phone.
</div>
<div class="container", style="width: 90%; margin: auto; padding: 40px; background-color: #FFFFFF;">
<form action="/select" method="POST" style="max-width: 900px; margin-left: 5%;" autocomplete="off">
<div class="form-group">
<label for="query">Spotify search:</label>
<input type="text" class="form-control" id="query" name="query">
</div>
<div class="container", style="margin-top: 25px; margin-bottom: 25px;">
<button type="submit" class="btn btn-success">Search</button>
</div>
</form>
</div>
</body>
</html>