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

14 lines
362 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" />
2023-07-14 15:07:00 +00:00
<title>Vite + Vue + TS</title>
2023-07-14 14:52:28 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>