This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/micromobility-navigation/index.html

17 lines
457 B
HTML
Raw Normal View History

2023-07-14 14:52:28 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>micromobility-navigation</title>
<style>
html, body {margin: 0; height: 100%; overflow: hidden}
</style>
2023-07-14 14:52:28 +00:00
</head>
<body>
<div id="app"></div>
2023-07-15 08:03:08 +00:00
<script type="module" src="/src/main.js"></script>
2023-07-14 14:52:28 +00:00
</body>
</html>