forked from Geonovum/uri-bp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.27 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
<!DOCTYPE html>
<html lang="nl">
<!-- HTML-Header ------------------------------------------------------------------------------>
<head>
<meta charset='utf-8'>
<title>URI best practices</title>
<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 class="remove" src="./config.js"></script>
<!-- script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script -->
<script class='remove' src='./respec-geonovum.js' async></script>
</head>
<!-- HTML-Body -------------------------------------------------------------------------------->
<body>
<section id='abstract'><p>Hier komt de samenvatting</p></section>
<section id='sotd'><p></p></section>
<section data-format="markdown" data-include="intro.md"></section>
<section data-format="markdown" data-include="bp-gwsw.md"></section>
<section data-format="markdown" data-include="bp-template.md"></section>
</section>
<!--<section id='B00' data-format="markdown" data-include="Bijlagen.md" class="appendix"></section>-->
</body>
</html>