generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 2.23 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
<!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">
<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="js/config.js" class="remove"></script>
<script class="remove">
respecConfig.localBiblio = Object.assign(organisationConfig.localBiblio,respecConfig.localBiblio);
respecConfig = {...organisationConfig, ...respecConfig};
</script>
<script>document.title = respecConfig.title</script>
<title>TODO: Vul hier de titel in</title>
<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>
<!-- 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>
<body>
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<section id="sotd"></section><!-- Wordt automatisch gevuld -->
<!-- TODO: voeg hier je eigen hoofdstukken toe -->
<section data-include-format="markdown" data-include="ch01.md" class="informative"></section>
<section data-include-format="markdown" data-include="ch02.md"></section>
<section data-include-format="markdown" data-include="mermaid.md"></section>
<!-- Als je document een door imvertor gegenereerde catalogus bevat kan je die -->
<!-- opnemen door de volgende regel uit commentaarhaakjes te halen en aan te passen -->
<!-- <div id="catalogus" data-include="data/TODO-cat.respec.html" data-include-replace=true></div> -->
<!-- De volgende paragrafen worden automatisch gevuld. Je kunt ze uitzetten -->
<section id='conformance'></section> <!-- Gegeneerd hoofdstuk over conformiteit-->
<section id='tof'></section><!-- Lijst van figuren -->
<section id="index"></section><!-- Lijst van begrippen -->
</body>
</html>