Files
aviation/ui/index.html

18 lines
542 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="stylesheet" href="styles/global.css">
<link rel="stylesheet" href="styles/leaflet.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aviation Data</title>
</head>
<body>
<div id="root"></div>
<!-- The config file only exists in production environments -->
<script src="./config.js"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>