Choices/index.html

11 lines
205 B
HTML
Raw Normal View History

2016-03-15 15:39:22 +01:00
<!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>