forked from orca-nrw/orca-nrw-karte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netzwerk-kombiniert.html
29 lines (26 loc) · 1.45 KB
/
netzwerk-kombiniert.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>ORCA-Netzwerk und OER Policies an Hochschulen in NRW</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-hoalWLoI8r4UszCkZ5kL8vayOGVae1oxXe/2A4AO6J9+580uKHDO3JdHb7NzwwzK5xr/Fs0W40kiNHxM9vyTtQ==" crossorigin="" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="plugins/slidemenu/L.Control.SlideMenu.css">
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-BB3hKbKWOc9Ez/TAwyWxNXeoV9c1v6FIeYiBieIWkpLjauysF18NzgR1MBNBXf8/KABdlkX68nAhlwcDFLGPCQ==" crossorigin=""></script>
<script src="https://unpkg.com/[email protected]/leaflet.responsive.popup.js"></script>
<script src="https://kit.fontawesome.com/5bbe73b57d.js" crossorigin="anonymous"></script>
<script src="plugins/slidemenu/L.Control.SlideMenu.js"></script>
<style type="text/css"></style>
</head>
<body>
<div class="flex-container">
<div class="list-container" id="list"></div>
<div class="leaflet-container" id="map"></div>
</div>
<script type="module" src="scripts/lists/netzwerk-liste.js"></script>
<script type="module" src="scripts/define-markers.js"></script>
<script type="module" src="scripts/create-map.js"></script>
<script type="module" src="scripts/maps/netzwerk-karte.js"></script>
</body>
</html>