forked from Geonovum/KP-APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 3.76 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
<!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">
<!-- Invullen: de titel van de standaard of het document ==================================== -->
<title>API strategie voor de Nederlandse overheid</title>
<!-- Invullen: de naam van de lokale CSS file =============================================== -->
<link rel="stylesheet" type="text/css" href="./media/style.css">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<script src="config.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js" class="remove" async></script>
<!-- ============================================================================================ -->
<!-- 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 -->
<!--
====================================================================================================
0 1 2 3 4 5 6 7 8 9 0
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
================================================================================================= -->
</head>
<!-- HTML-Body ================================================================================ -->
<body>
<section id='abstract' data-format="markdown" data-include="Samenvatting v1.0.md"><h2>Samenvatting</h2></section>
<section id='sotd'><p></p></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 ======================================== -->
<section data-format="markdown" class="informative" data-include="Inleiding v1.0.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Communicatie en Beleid/Communicatie en Beleid v1.0.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Gebruikerswensen/Gebruikerswensen v1.0.md"></section>
<section data-format="markdown" data-include="Werkgroep API strategie/Designrules v1.0.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Authenticatie Autorisatie/Beveiliging v1.0.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Architectuur/Architectuur v1.0.md"></section>
<section data-format="markdown" class="informative" data-include="Supplement v1.0.md"></section>
</body>
</html>