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