Skip to content

Instantly share code, notes, and snippets.

@Tazaf
Last active April 12, 2016 13:40
Show Gist options
  • Save Tazaf/5209e26e9a66e5eb526ed5ad34152586 to your computer and use it in GitHub Desktop.
Save Tazaf/5209e26e9a66e5eb526ed5ad34152586 to your computer and use it in GitHub Desktop.
Wikitude plugin - blank index.html file for a new ARchitect World.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,target-densitydpi=device-dpi"
name="viewport">
<title>Blank ARchitect World</title>
<!-- This line is mandatory. That's what's loading the Wikitude logic. -->
<script src="architect://architect.js"></script>
<!-- Your ARchitect World JS -->
<script src="main.js"></script>
<!-- Your ARchitect World CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>This is an overlay Title</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment