mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
11 lines
178 B
HTML
11 lines
178 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset='utf-8'>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script src="js/compiled/app.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|