reitit/examples/frontend-re-frame/resources/public/index.html
2019-04-20 17:29:13 +03:00

13 lines
240 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
</head>
<body>
<div id="app"></div>
<script src="js/compiled/app.js"></script>
<script>frontend_re_frame.core.init();</script>
</body>
</html>