tutor/www/public/index.html

13 lines
301 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>
2021-07-16 00:51:33 +00:00
<meta charset="utf-8"/>
2021-07-08 01:48:58 +00:00
<body>
<script type="text/javascript">
var app = Elm.App.init({flags: {}});
</script>
</body>
</html>