reitit/examples/frontend/resources/public/index.html
2018-07-12 12:46:41 +03:00

10 lines
175 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Reitit frontend example</title>
</head>
<body>
<div id="app"></div>
<script src="js/app.js"></script>
</body>
</html>