-
Notifications
You must be signed in to change notification settings - Fork 7
/
list_spec.html
51 lines (45 loc) · 1.69 KB
/
list_spec.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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>List of specifications in Immersive Web Working/Community Group</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale = 1.0, shrink-to-fit=no">
<link rel="stylesheet" href="CSS/main.css">
<meta name="application-name" content="ImmersiveWeb @W3C" />
<meta name="screen-orientation" content="portrait" />
<meta name="full-screen" content="yes" />
<meta name="description" content="The Immersive Web." />
<script>
const list_groups = [ 87846, 109735 ];
</script>
<script src="list_spec.js"></script>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="https://www.w3.org/standards/">Standards</a></li>
<li><a href="https://www.w3.org/participate/">Participate</a></li>
<li><a href="https://www.w3.org/Consortium/membership">Membership</a></li>
<li><a href="https://www.w3.org/Consortium/">About W3C</a></li>
</ul>
</nav>
</header>
<main>
<section id='content'>
<h1 class="title">List of specifications in Immersive Web Working/Community Group</h1>
<article id="listgroup">
</article>
</section>
</section>
</main>
<footer>
<address>
<a href="https://github.com/immersive-web/">We are on GitHub</a></address>
<p id="copyright">
<a href="https://www.w3.org/">W3C</a> - <a href="https://www.w3.org/Consortium/Legal/privacy-statement">Privacy</a> - <a href='http://www.w3.org/Consortium/Legal/ipr-notice'>Terms</a>
</p>
</footer>
</body>
</html>