generated from Geonovum/Template-ReSpec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 4.2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang='nl'>
<!-- HTML-Header - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<head>
<meta charset='utf-8'>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- File. . . : index.html -->
<!-- Bevat . . : Template voor de index.html die verplicht is voor respec -->
<!-- Gebaseerd op https://github.com/Geonovum/respec/wiki -->
<!-- Deze file moet worden neergezet in de root-directory van de -->
<!-- betreffende standaard. -->
<!-- Door. . . : Jan van Gelder -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Log . . . : 20181015 - JvG - Initiele versie -->
<!-- - - - - - - -20191022 - IE - ReSpec file Handreiking Archiveren ruimtelijke plannen -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- meta tags - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<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">
<!-- Invullen: de titel van de standaard of het document - - - - - - - - - - - - - - - - - - -->
<title>OGC API Features at PDOK conform INSPIRE </title>
<!-- Kan hier een 'ondertitel' tag worden gemaakt? -->
<!-- Invullen: de naam van de lokale CSS file - - - - - - - - - - - - - - - - - - - - - - - -->
<link rel="stylesheet" type="text/css" href="./media/Geonovumstyle.css">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<script class="remove" src="./config.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
</head>
<!-- HTML-Body - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<body>
<section id='abstract' data-format="markdown" data-include="Abstract.md"></section>
<!-- sodt = 'status of this document'. ReSpec genereert automatisch een tekst hierin - - - - -->
<!-- op basis van specType en specStatus.- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Deze automatische tekst kun je aanvullen door tussen <p></p> iets te typen. - - - - - - -->
<section id='sotd'></section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document- - - - - - - - - - - - - -->
<!-- Secties komen in de inhoudsopgave div's niet- - - - - - - - - - - - - - - - - - - - - - -->
<!-- Secties hebben verplicht <h2> tags, div's niet- - - - - - - - - - - - - - - - - - - - - -->
<!-- Voorbeelden:- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- <div id='H00' data-format="markdown" data-include="filenaam.md"></div>- - - - - - - - - -->
<!-- voor een nieuw hoofdstuk kopieer je een regel, en voegt die toe - - - - - - - - - - - - -->
<!--
-->
<div data-format="markdown" data-include="Versions.md"></div>
<section id='H00' data-format="markdown" data-include="Preface.md"></section>
<section id='H01' data-format="markdown" data-include="Approach.md"></section>
<section id='H02 'data-format="markdown" data-include="Results.md"></section>
<section id='H03' data-format="markdown" data-include="Recommandations.md"></section>
<section id='Appendices' data-format="markdown" data-include="Appendices.md"></section>
<!-- genereer hier een afbeeldingen lijst- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!--<section id="tof"><h2>Lijst van afbeeldingen</h2></section> -->
</body>
</html>