Choices/index.html

12 lines
289 B
HTML

<!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>
<script src="assets/scripts/dist/bundle.js"></script>
</body>
</html>