index.html 287 B

1234567891011
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
  5. <script src="./index.js" type="text/javascript"></script>
  6. <title>Saguaro 3D</title>
  7. </head>
  8. <body>
  9. <div id="pfv" style="position:relative"></div>
  10. </body>
  11. </html>