Showing open & vouched for public work spaces in an easy to view map.
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <title>Co-Work Café</title>
6 <link rel="stylesheet" type="text/css" href="./index.css">
7 <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
8 integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
9 <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
10 integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
11 <script src="./index.js"></script>
12</head>
13
14<body>
15 <div id="mapid"></div>
16</body>
17
18</html>