1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
This commit is contained in:
Antoine Boulanger
2014-10-02 13:28:39 -04:00
parent 2c80c1e0b9
commit cf29c21244

View File

@@ -13,23 +13,6 @@
</head>
<body>
<input class="input" type="text">
<br><br>
<label class="checkbox">
<input class="checkbox__input" type="checkbox">
<span class="checkbox__check"></span>
</label>
<br><br>
<label class="select">
<select class="select__input" name="" id="">
<option value="">sdfds</option>
<option value="">sdf</option>
<option value="">sdfds</option>
</select>
</label>
<script src="assets/scripts/dist/main.js"></script>
</body>
</html>