-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width">
<title>Beheer infiltratievoorzieningen</title>
<link rel='shortcut icon' type='image/x-icon' href='media/GWSW LogoSmall.ico.gif' />
<script src='builds/respec-rioned.js' async class='remove'></script>
<script src="./config.js" class='remove'></script>
</head>
<body id="body">
<!-- section data-format="markdown" data-include="bp-gwsw.md" -->
<div id='abstract'>
<p>
Deze website beschrijft het beheer van infiltratievoorzieningen met de bijbehorende gegevensbehoefte.
</p>
</div>
<div id="logo">
<a href="https://www.riool.net" style="margin-top:2em;"><img class="logo" src="media/RIONED_logo2.gif" alt="RIONED Logo"></a>
</div>
<section data-format="markdown" data-include="main.md"></section>
<!-- onderdruk de melding "niet normatief"
<section class="informative" data-format="markdown" data-include="main.md"></section>
-->
<!-- This section is filled automatically by ReSpec. -->
<!-- meldt "alles in dit document is (niet)normatief" -->
<section id='conformance'></section>
</body>
</html>