generated from foss4gnl/2023.foss4g.nl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (19 loc) · 830 Bytes
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="refresh" content="0; url=https://foss4g.be/nl/">
<script type="text/javascript">
window.location.href = "https://foss4g.be/nl/"
</script>
<title>U wordt doorgestuurd naar FOSS4G BE+NL 2024...</title>
</head>
<body>
<!-- Note: Dit is alleen voor 2024. Zie originele index.html: index-origineel.html. -->
De gezamelijke conferentie website is<br>
<a href='https://foss4g.be/nl/'>foss4g.be</a><br>
Bij onze Belgische vrienden (OSGeo.be).
Als het goed is wordt u automatisch doorgestuurd, indien niet gebruik de link hierboven.
</body>
</html>