2014-09-29 14:19:05 -04:00
|
|
|
<!doctype html>
|
2014-09-30 10:36:14 -04:00
|
|
|
<html lang="fr">
|
2014-09-29 14:19:05 -04:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-09-29 17:43:35 -04:00
|
|
|
<title>Project-x</title>
|
2014-09-29 14:19:05 -04:00
|
|
|
|
|
|
|
|
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
|
|
|
|
|
|
2014-09-29 17:43:35 -04:00
|
|
|
<link rel="stylesheet" href="assets/styles/dist/main.css">
|
2014-09-29 14:19:05 -04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
2014-09-30 15:59:23 -04:00
|
|
|
<input class="input" type="text">
|
|
|
|
|
<br><br>
|
2014-10-02 12:56:32 -04:00
|
|
|
<label class="checkbox">
|
|
|
|
|
<input class="checkbox__input" type="checkbox">
|
|
|
|
|
<span class="checkbox__check"></span>
|
|
|
|
|
</label>
|
|
|
|
|
|
2014-09-30 15:59:23 -04:00
|
|
|
<br><br>
|
2014-10-02 12:56:32 -04:00
|
|
|
<label class="select">
|
|
|
|
|
<select class="select__input" name="" id="">
|
|
|
|
|
<option value="">sdfds</option>
|
|
|
|
|
<option value="">sdf</option>
|
|
|
|
|
<option value="">sdfds</option>
|
|
|
|
|
</select>
|
|
|
|
|
</label>
|
|
|
|
|
|
2014-09-29 14:19:05 -04:00
|
|
|
|
2014-09-29 17:43:35 -04:00
|
|
|
<script src="assets/scripts/dist/main.js"></script>
|
2014-09-29 14:19:05 -04:00
|
|
|
</body>
|
|
|
|
|
</html>
|