-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquicklook.html
More file actions
31 lines (31 loc) · 753 Bytes
/
quicklook.html
File metadata and controls
31 lines (31 loc) · 753 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>AR Library</title>
</head>
<body>
<h1>AR Library</h1>
<p>Quick Look AR!</p>
<a href="cupandsaucer.usdz" rel="ar">
<img src="cupandsaucer.png" width=200>
</a>
<a href="plantpot.usdz" rel="ar">
<img src="plantpot.png" width=200>
</a>
<a href="redchair.usdz" rel="ar">
<img src="redchair.png" width=200>
</a>
<a href="teapot.usdz" rel="ar">
<img src="teapot.png" width=200>
</a>
<a href="tulip.usdz" rel="ar">
<img src="tulip.png" width=200>
</a>
<a href="wateringcan.usdz" rel="ar">
<img src="wateringcan.png" width=200>
</a>
<a href="wheelbarrow.usdz" rel="ar">
<img src="wheelbarrow.png" width=200>
</a>
</body>
</html>