Skip to content

Commit

Permalink
Fixed up titles on html pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Manson authored and robman committed Dec 1, 2016
1 parent 28304e5 commit d4da2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/ar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>AWE GEO AR demo</title>
<title>AWE basic AR demo</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta charset="utf-8"/>
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/vr.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>AWE GEO AR demo</title>
<title>AWE basic VR demo</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta charset="utf-8"/>
<style type="text/css">
Expand Down

0 comments on commit d4da2e7

Please sign in to comment.