vivfox.html 355 B

12345678910111213
  1. <!DOCTYPE html>
  2. <meta name="viewport" content="user-scalable=0"/>
  3. <html>
  4. <head>
  5. <title></title>
  6. <script src="https://viewer.marmoset.co/main/marmoset.js"></script>
  7. </head>
  8. <body>
  9. <script>
  10. marmoset.embed( 'vivfox.mview', { width: 800, height: 600, autoStart: true, fullFrame: false, pagePreset: false } );
  11. </script>
  12. </body>
  13. </html>