Choices/index.html
2016-03-15 22:42:10 +00:00

11 lines
210 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/scripts/dist/bundle.js"></script>
</body>
</html>