-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (35 loc) · 1.42 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 charset='utf-8'>
<meta name="viewport" content="width=device-width">
<title>GWSW Maatregelen</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>
In het GegevensWoordenboek Stedelijk Water (GWSW) worden alle objecten en gegevens van objecten, hun onderlinge
relaties, en de beheeractiviteiten aan de riolering eenduidig gedefinieerd en vastgelegd ten behoeve van een
soepele gegevensuitwisseling en beter beheer.
</p>
<p>
Deze website behandelt de inrichting en toepassing van het deelmodel GWSW Maatregelen.
</p>
</div>
<div id="logo">
<a href="https://data.gwsw.nl" style="margin-top:2em;"><img class="logo" src="media/GWSW Logo.png"
alt="GWSW 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>