-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>FSC - Core</title>
<script src="js/organisation-config.js" class="remove"></script>
<script src="js/config.js" class="remove"></script>
<script class="remove">
respecConfig = {
...organisationConfig,
...respecConfig
}
</script>
<title>Default</title>
<link rel="shortcut icon" type="image/x-icon" href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" />
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script>
</head>
<body>
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<section id="sotd"></section>
<!-- Wordt automatisch gevuld -->
<section data-include="introduction.md" data-include-format="markdown"></section>
<section data-include="architecture.md" data-include-format="markdown"></section>
<section data-include="specifications.md" data-include-format="markdown"></section>
<section id='conformance'></section>
<section id='tof'></section>
</body>
</html>