1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html>
- <!-- __V3D_PUZZLES__ - enable Puzzles button in the App Manager -->
- <html lang="en">
- <head>
- <title>Qubeenee</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <!--
- <meta name="description" content="Interactive 3D Web application made with Verge3D. Immerse yourself in amazing graphics experience offered by state-of-the WebGL and HTML5 technologies.">
-
- <meta name="twitter:card" content="summary">
- <meta name="twitter:title" content="Verge3D Web Interactive">
- <meta name="twitter:description" content="Interactive 3D Web application made with Verge3D. Immerse yourself in amazing graphics experience offered by state-of-the WebGL and HTML5 technologies.">
- <meta name="twitter:image:src" content="https://cdn.soft8soft.com/images/player_socials.jpg">
-
- <meta property="og:title" content="Verge3D Web Interactive">
- <meta property="og:description" content="Interactive 3D Web application made with Verge3D. Immerse yourself in amazing graphics experience offered by state-of-the WebGL and HTML5 technologies.">
- <meta property="og:image" content="https://cdn.soft8soft.com/images/player_socials.jpg">
- <meta property="og:type" content="website">
-
- <meta name="generator" content="Verge3D 2.12.5">
-
-
- <link rel="apple-touch-icon" sizes="180x180" href="media/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="media/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="media/favicon-16x16.png">
- <link rel="manifest" href="media/manifest.json">
- <link rel="mask-icon" href="media/safari-pinned-tab.svg" color="#5bbad5">
- <meta name="theme-color" content="#ffffff">
-
- <meta http-equiv="origin-trial" content="Aop1aS3O0LG/MKmDbfhMRdlXGxB1ETrJJScdLSaYLDCMJI5iOLQ0uwhBObewdZKbpu00Y+9f7YC5tALasZ7BOg0AAABoeyJvcmlnaW4iOiJodHRwczovL3NvZnQ4c29mdC5jb206NDQzIiwiZmVhdHVyZSI6IldlYlhSRGV2aWNlTTY5IiwiZXhwaXJ5IjoxNTUxODMwMzk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=">
- -->
- <script src="v3d.js"></script>
- <script src="jquery.js"></script>
- <script src="qubeenee.js"></script>
- <script>
-
- </script>
- <link rel="stylesheet" type="text/css" href="qubeenee.css">
- </head>
-
- <body>
-
- <div id="lochkarte">
-
- </div>
- <div id="container">
- </div>
-
- <div id="fullscreen_button" class="fullscreen-open" title="Toggle fullscreen mode"></div>
- </body>
-
- </html>
|