initial commit
This commit is contained in:
21
client/index.html
Normal file
21
client/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user