-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (30 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script>
function jumpTo(config) {
let element = document.getElementById(location.pathname.substr(location.pathname.lastIndexOf("/")+1));
if(element !== null && typeof element !== "undefined")
element.scrollIntoView(true)
}
</script>
<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class='remove'>
var module = {}
</script>
<script type="text/javascript" src='config.js' class='remove'>
</script>
<title>version.link: Identity Versioning</title>
</head>
<body>
<h1 id='title'>version.link: Identity Versioning</h1>
<section id='abstract' data-include-format="markdown" data-include="documentation/abstract.md"></section>
<section id='issue-summary'></section>
<section id='sotd'> </section>
<section id='core' data-include-format="markdown" data-include="documentation/core.md"></section>
<section id='examples' data-include-format="markdown" data-include="documentation/examples.md"></section>
<section id='faq' data-include-format="markdown" data-include="documentation/faq.md"></section>
<section id='references'></section>
</body>
</html>