Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<title>LeRobot Worldwide Hackathon Map</title>
|
6 |
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
7 |
-
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div id="title_map">LeRobot Worldwide Hackathon Map</div>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<title>LeRobot Worldwide Hackathon Map</title>
|
6 |
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
7 |
+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
|
8 |
+
<link rel="stylesheet" href="styles.css">
|
9 |
</head>
|
10 |
<body>
|
11 |
<div id="title_map">LeRobot Worldwide Hackathon Map</div>
|