-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 816 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Dresden Wahlergebnisse in Wahlbezirken</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="leaflet.css">
<link rel="stylesheet" href="app.css">
<script src="leaflet.js"></script>
<script src="app.js" charset="utf-8"></script>
<script defer data-domain="offenesdresden.github.io" src="https://p.spaceboyz.net/js/script.js"></script>
</head>
<body>
<p>
<select id="elections"></select>
Datenquelle:
<a href="https://opendata.dresden.de/informationsportal/?open=1&result=FE56A09462A947359C23C440273201C5#app/mainpage">OpenData.Dresden.de</a>.
Wahlbezirke vorhanden für 2019, 2021, 2024.
</p>
<p id="parties"></p>
<div id="map"></div>
</body>
</html>