-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 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
<!DOCTYPE html>
<html lang="nl">
<!-- HTML-Header ------------------------------------------------------------------------------>
<head>
<meta charset='utf-8'>
<!-- Invullen: de titel van de standaard of het document ---------------------------------->
<title>SAMPLE</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 class="remove" src="./config.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
</head>
<!-- HTML-Body -------------------------------------------------------------------------------->
<body>
<section id='abstract'><p>Samenvatting...</p></section>
<section id='sotd'><p>Status...</p></section>
<div id="catalogus" data-include="data/SAMPLE-cat.respec.html" data-include-replace=true></div>
</body>
</html>