Choices/index.html
2016-03-15 14:39:22 +00:00

11 lines
205 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Choices</title>
</head>
<body>
<input type="text" data-choice>
<script src="assets/js/src/choices.js"></script>
</body>
</html>