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

11 lines
176 B
HTML
Raw Normal View History

2018-07-11 10:19:24 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Reitit frontend example</title>
</head>
<body>
<div id="app"></div>
<script src="/js/app.js"></script>
2018-07-11 10:19:24 +00:00
</body>
</html>