ouppy/static/index.html

14 lines
228 B
HTML

<!Doctype HTML>
<html>
<head>
<script src="gender.min.js"> </script>
</head>
<body>
<div id="elm-zone"></div>
<script>
Elm.Main.init({
node: document.getElementById('elm-zone')
});
</script>
</body>
</html>