-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.31 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.31 KB
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="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
<meta name="color-scheme" content="light dark">
<title>
API Design Rules Module: Encryption
</title>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-style.css" rel="stylesheet"
type="text/css" />
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-dark.css" rel="stylesheet"
type="text/css" media="(prefers-color-scheme: dark)">
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon"
type="image/x-icon" />
<script class="remove" type="module" src="js/config.mjs">
</script>
</head>
<body>
<section data-include="sections/abstract.md" data-include-format="markdown" id="abstract">
</section>
<section id="sotd">
</section>
<section id="conformance">
</section>
<section data-include="sections/introduction.md" data-include-format="markdown">
</section>
<section data-include="sections/jwe.md" data-include-format="markdown">
</section>
<section data-include="sections/tooling.md" data-include-format="markdown" class="informative appendix">
</section>
</body>
</html>