MatteoScript commited on
Commit
f5f9ef2
·
verified ·
1 Parent(s): 7b46bf4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -797,7 +797,7 @@
797
  sliderHandle.style.backgroundColor = '#00ff41';
798
  iconLock.style.stroke = 'black';
799
  // CHANGE: Redirect instead of starting AR
800
- setTimeout(() => window.location.href = './index_old.html', 500);
801
  }
802
 
803
 
 
797
  sliderHandle.style.backgroundColor = '#00ff41';
798
  iconLock.style.stroke = 'black';
799
  // CHANGE: Redirect instead of starting AR
800
+ setTimeout(() => window.location.href = './ar.html', 500);
801
  }
802
 
803