reitit/examples/frontend-auth/resources/public/index.html
2019-01-28 22:16:41 +02:00

10 lines
176 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>