Skip to content

Commit

Permalink
Add links to LocAR examples on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw1 committed Oct 27, 2024
1 parent 02fb912 commit abe7442
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>AR.js org GitHub Pages</title>
<style>
body {
font-family: Helvetica, Arial, sans-serif;
a { text-decoration: none }
}
</style>
<title>AR.js GitHub Pages</title>
</head>
<body>
<h1>AR-js-org.github.io placeholder - please come back soon!</h1>
<div style='display: flex; justify-content: center'>
<img src="https://ar-js-org.github.io/AR.js-Docs/logo.png" alt="AR.js logo" style='width: 20%; height: 20%'/>
</div>
<body>
<h1>Live AR.js examples</h1>
<p>Here you can try out various live AR.js examples. At present <a href='/locar.js/index.html'>LocAR.js examples</a> are available.</p>
</body>
</html>

0 comments on commit abe7442

Please sign in to comment.