reitit/examples/frontend/resources/public/index.html

11 lines
176 B
HTML
Raw Permalink Normal View History

2018-06-08 13:00:49 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Reitit frontend example</title>
</head>
<body>
<div id="app"></div>
2018-08-23 06:54:36 +00:00
<script src="/js/app.js"></script>
2018-06-08 13:00:49 +00:00
</body>
</html>