Update the app opening page.
This commit is contained in:
Родитель
102d9c20a3
Коммит
95a84581ca
34
index.html
34
index.html
|
@ -4,15 +4,37 @@
|
|||
<meta charset="utf-8">
|
||||
|
||||
<style>
|
||||
body, html {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: white;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body > section {
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XR Examples</h1>
|
||||
<section>
|
||||
<h1>WebXR Examples</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="examples/ar_simplest/">Simplest AR example (teapot)</a>
|
||||
<li><a href="examples/ar_anchors/">Anchor AR example</a>
|
||||
<li><a href="examples/vr_simplest/">Simplest VR example</a>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="examples/ar_simplest/">Simplest AR</a>
|
||||
<li><a href="examples/vr_simplest/">Simplest VR</a>
|
||||
<li><a href="examples/ar_anchors/">Anchors</a>
|
||||
</ul>
|
||||
</li>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче