-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (35 loc) · 2.29 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">
<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 = {...organisationConfig, ...respecConfig}</script>
<script>document.title = respecConfig.title</script>
<title>Repressieve Object Informatie</title>
<link rel="shortcut icon" type="image/x-icon" href="https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico" />
<link rel="stylesheet" href="media/style.css">
<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="1-inleiding.md"></section>
<section data-include-format="markdown" data-include="2-ontwerpprincipes.md"></section>
<section data-include-format="markdown" data-include="3-algemeneprincipes.md"></section>
<div data-include="data/IMROI-cat.respec.html" data-include-replace="true"></div>
<!-- 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>