Choices/index.html

12 lines
289 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 id="1" type="text" data-choice value='["preset-1", "preset-2"]'>
<input id="2" type="text" data-choice>
2016-03-15 23:42:10 +01:00
<script src="assets/scripts/dist/bundle.js"></script>
2016-03-15 15:39:22 +01:00
</body>
</html>