12345678910111213 |
- <!DOCTYPE html>
- <meta name="viewport" content="user-scalable=0"/>
- <html>
- <head>
- <title></title>
- <script src="https://viewer.marmoset.co/main/marmoset.js"></script>
- </head>
- <body>
- <script>
- marmoset.embed( 'vivfox.mview', { width: 800, height: 600, autoStart: true, fullFrame: false, pagePreset: false } );
- </script>
- </body>
- </html>
|