reitit/examples/frontend-re-frame/resources/public/index.html
2020-09-26 16:51:19 +03:00

10 lines
178 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>
</body>
</html>