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