metro/index.html

14 lines
363 B
HTML
Raw Permalink Normal View History

2024-03-16 15:20:31 +03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-03-24 12:30:06 +03:00
<link rel="icon" type="image/svg+xml" href="/logo.png" />
2024-03-23 20:40:37 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-03-24 12:30:06 +03:00
<title>Line Metro Map</title>
2024-03-16 15:20:31 +03:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>