-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect.html
More file actions
38 lines (29 loc) · 1.55 KB
/
select.html
File metadata and controls
38 lines (29 loc) · 1.55 KB
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
<!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>
</div>
<div class="container", style="width: 90%; margin: auto; padding: 10px; background-color: #FFFFFF;">
<form action="/add" method="POST" style="text-align: center;">
<div class="btn-group-vertical" style="width: 100%; max-width:900px; margin: auto; padding: 40px;">
@@trackoptions@@
</div>
</form>
<div class="container", style="margin-top: 25px;">
<a href="/"><button class="btn btn-default">Go Back</button></a>
</div>
</div>
</body>
</html>