mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
14 lines
240 B
HTML
14 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>
|