reitit/examples/frontend-re-frame/resources/public/index.html

11 lines
178 B
HTML
Raw Normal View History

2019-04-20 14:29:13 +00:00
<!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>