-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (39 loc) · 1.93 KB
/
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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<title>Aan de slag met INSPIRE</title>
<link rel="stylesheet" type="text/css" href="./media/Geonovumstyle.css">
<script src="js/config.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js" class="remove" async></script>
</head>
<body>
<section id='abstract' data-format="markdown" data-include="md/samenvatting.md"></section>
<section id='sotd'>
</section>
<!--<section id="conformance">-->
<!--<p>Informatie over conformiteit.</p>-->
<!--</section>-->
<section data-format="markdown" data-include="md/introductie.md"></section>
<section data-format="markdown" data-include="md/nl_inspire_data.md"></section>
<section data-format="markdown" data-include="md/dataharmonisatie.md"></section>
<section data-format="markdown" data-include="md/metadata.md"></section>
<section data-format="markdown" data-include="md/services.md"></section>
<section data-format="markdown" data-include="md/validatie.md"></section>
<section data-format="markdown" data-include="md/checklist.md"></section>
<section data-format="markdown" data-include="md/monitoring.md"></section>
<section data-format="markdown" data-include="md/gebruik.md"></section>
<section data-format="markdown" data-include="md/extra.md"></section>
<!-- Bijlage is een section met class="appendix" -->
<!--
<section class="appendix">
<h2>Een bijlage</h2>
<p>Alinea</p>
</section>
-->
<!-- Table of Figures (tof). https://github.com/Geonovum/respec/wiki/table-of-figures, wordt automatisch gegenereerd. -->
<!-- <section class="appendix" id="tof"></section> -->
</body>
</html>