-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (22 loc) · 711 Bytes
/
index.html
File metadata and controls
29 lines (22 loc) · 711 Bytes
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>front-end data</title>
</head>
<body>
<h1>Waar kan ik het best parkeren als ik een elektrische auto of een beperking heb?</h1>
<main>
<svg width="960" height="800"></svg>
<form>
</form>
</main>
<script src="./data/wandelNetwerk.js"></script>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src="https://unpkg.com/topojson@3.0.2/dist/topojson.min.js"></script>
<script src='index.js'></script>
<script src="./functional-programming.js"></script>
</body>
</html>