-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 758 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="content-container">
<img class="hiro-marker" src="images/marker.png" alt="hiro marker">
<div class="content-container__text">
<h2>Want to see something cool?</h2>
<p><b>Print this page</b>, then on your phone use the qr code above to be taken to
<b><a href="https://lopez-creative.com/ar-example/camera.html">lopez-creative.com/ar-example/camera.html</a></b>.</p>
<p>Make sure you allow the browser access your camera and point your camera towards the hiro marker for it to work!</p>
</div>
</div>
</body>
</html>