We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb912 commit ae323baCopy full SHA for ae323ba
index.html
@@ -1,9 +1,20 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
-<title>AR.js org GitHub Pages</title>
+<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>
11
</head>
12
<body>
-<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>
19
</body>
20
</html>
0 commit comments