Skip to content

Commit ae323ba

Browse files
committed
Add links to LocAR examples on index page
1 parent 02fb912 commit ae323ba

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>AR.js org GitHub Pages</title>
4+
<style>
5+
body {
6+
font-family: Helvetica, Arial, sans-serif;
7+
a { text-decoration: none }
8+
}
9+
</style>
10+
<title>AR.js GitHub Pages</title>
511
</head>
612
<body>
7-
<h1>AR-js-org.github.io placeholder - please come back soon!</h1>
13+
<div style='display: flex; justify-content: center'>
14+
<img src="https://ar-js-org.github.io/AR.js-Docs/logo.png" alt="AR.js logo" style='width: 20%; height: 20%'/>
15+
</div>
16+
<body>
17+
<h1>Live AR.js examples</h1>
18+
<p>Here you can try out various live AR.js examples. At present <a href='/locar.js/examples/index.html'>LocAR.js examples</a> are available.</p>
819
</body>
920
</html>

0 commit comments

Comments
 (0)