34 lines
804 B
HTML
34 lines
804 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="initial-scale=1">
|
|
<title>Embauche.beta - Choix de la couleur</title>
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700' rel='stylesheet' type='text/css'>
|
|
|
|
</head>
|
|
<style>
|
|
body {
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|
|
.slider-picker {
|
|
margin: 3em auto 4em;
|
|
}
|
|
|
|
.indication {
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<div id="coulorChooser"></div>
|
|
<script src="dist/colour-chooser.js"></script>
|
|
<!-- #1F4382 - #3570B8 - #4A89DC - #4A9DED-->
|
|
<script src="https://use.fontawesome.com/1da10bbdec.js"></script>
|
|
|
|
</body>
|
|
</html>
|