Vivien commited on
Commit
06ce8f8
1 Parent(s): f907a11

Add link to the credits for the 3D models

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -26,7 +26,7 @@
26
  <!-- Our <canvas> will be inserted here -->
27
  </div>
28
  <div id="controls" style="visibility:hidden">
29
- <div style="z-index: 1; color:white; position: absolute; top: 20px; width: 100%; text-align: center; font-family: sans-serif">A 3D image with just a browser and a webcam [<a style="color: white" href="https://github.com/vivien000/trompeloeil" target="_blank" rel="noopener noreferrer">code</a>]<br>Press "C" to keep only the 3D image</div>
30
  <div id="video-container" style="position:absolute; left:0; bottom:0;">
31
  <video autoplay="true" style="width:200px; margin:10px;" id="video">
32
  </video>
 
26
  <!-- Our <canvas> will be inserted here -->
27
  </div>
28
  <div id="controls" style="visibility:hidden">
29
+ <div style="z-index: 1; color:white; position: absolute; top: 20px; width: 100%; text-align: center; font-family: sans-serif">A 3D image with just a browser and a webcam<br>[<a style="color: white" href="https://github.com/vivien000/trompeloeil" target="_blank" rel="noopener noreferrer">code</a> and <a style="color: white" href="https://github.com/vivien000/trompeloeil#acknowledgements" target="_blank" rel="noopener noreferrer">credits for the 3D models</a>]<br>Press "C" to keep only the 3D image</div>
30
  <div id="video-container" style="position:absolute; left:0; bottom:0;">
31
  <video autoplay="true" style="width:200px; margin:10px;" id="video">
32
  </video>