tutor/www/public/index.html

12 lines
273 B
HTML
Raw Normal View History

2021-07-08 01:48:58 +00:00
<html>
<head>
<title>Bulk Tagging Dashboard</title>
<script type="text/javascript" src="elm.js"></script>
</head>
<body>
<script type="text/javascript">
var app = Elm.App.init({flags: {}});
</script>
</body>
</html>