21 lines
592 B
HTML
21 lines
592 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<title>Real-time mapa MHD</title>
|
|
|
|
<link rel="stylesheet" href="../node_modules/leaflet/dist/leaflet.css">
|
|
<link rel="stylesheet" href="../node_modules/leaflet-search/dist/leaflet-search.min.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script src="client.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div id="app">
|
|
<div id="map"></div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |