Choices/index.html

11 lines
210 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>
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>