-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch.html
31 lines (30 loc) · 4.01 KB
/
launch.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="UI for different Spotify playlist generators">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet" />
<style>input{outline:none}body{background-color:#121212}.list-group-item{background-color:#181818;border:0}.btn-success{background-color:#1db954;border-color:#1db954}.btn-success:hover{color:#fff;background-color:#1db954;border-color:#1db954}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#1db954;border-color:#1db954}.title-block{color:#fff;font-size:x-large;font-weight:500}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,0.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;color-adjust:exact}.form-check-input[type='checkbox']{border-radius:.25em}.form-check-input:active{filter:brightness(90%)}.form-check-input:checked{background-color:#1db954;border-color:#1db954}.form-check-input:checked[type='checkbox']{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input[type='checkbox']:indeterminate{background-color:#1db954;border-color:#41b723fe;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-range::-webkit-slider-thumb{background:#1db954}.custom-range::-moz-range-thumb{background:#1db954}.custom-range::-ms-thumb{background:#1db954}.custom-range::-webkit-slider-thumb:active{background:#65af7f}.custom-range::-moz-range-thumb{background:#65af7f}.custom-range::-ms-thumb{background:#65af7f}</style>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--script src="" async defer></script -->
<div class="container">
<div class="row justify-content-md-center">
<a href="./better_radio.html" class="title-block">Better radio generator</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>