Skip to content

Commit f6cec6c

Browse files
Add files via upload
1 parent 2853999 commit f6cec6c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en" >
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>WebXR101</title>
6+
7+
8+
</head>
9+
<body>
10+
<!-- partial:index.partial.html -->
11+
<head>
12+
<title>Hello, WebVR Cube!</title>
13+
<meta charset="utf-8">
14+
<meta name="description" content="Starting with WebXR">
15+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
16+
</script>
17+
18+
</head>
19+
<body>
20+
<a-scene>
21+
<a-box class="box" color="grey" position="0 0 -5" rotation="0 45 0" shadow></a-box>
22+
</a-scene>
23+
</body>
24+
<!-- partial -->
25+
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)