-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
50 lines (43 loc) · 3.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
<!DOCTYPE html>
<html lang='nl'>
<!-- HTML-Header - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<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">
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/config/geonovum-config.js" class="remove"></script>
<script src="config.js" class="remove"></script>
<script class="remove"> respecConfig = {...organisationConfig, ...respecConfig}</script>
<script>document.title = respecConfig.title</script>
<link rel="shortcut icon" type="image/x-icon" href="https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico" />
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script>
<link rel="stylesheet" type="text/css" href="./media/Geonovumstyle.css">
<!-- De volgende regel zorgt ervoor dat plaatjes uit Imvertor niet geschaald
worden, zodat de imagemap die op deze plaatjes zit werkt. -->
<style>div.imageinfo img {max-width: none;}</style>
</head>
<!-- HTML-Body - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<body>
<section id='abstract' data-include-format="markdown" data-include="Samenvatting.md"><h2></h2></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 - - - - - - - - - - - - -->
<!--
-->
<section data-include-format="markdown" data-include="Inleiding.md"></section>
<section data-include-format="markdown" data-include="CRSenNederland.md"></section>
<section data-include-format="markdown" data-include="CRSAandachtspunten.md"></section>
<section data-include-format="markdown" data-include="TotSlot.md"></section>
<section data-include-format="markdown" data-include="Afkortingen.md"></section>
<section data-include-format="markdown" data-include="BijlageA.md"></section>
<!-- genereer hier een afbeeldingen lijst- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!--<section id="tof"><h2>Lijst van afbeeldingen</h2></section>-->
</body>
</html>