Funktionen der Zwischenmenschlichkeit auf NPCs anwenden. Ursprüngliches Konzept: Irgendwas mit Dialektik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <!-- __V3D_PUZZLES__ - enable Puzzles button in the App Manager -->
  3. <!-- __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated -->
  4. <html lang="en">
  5. <head>
  6. <title>Verge3D Web Interactive</title>
  7. <meta charset="utf-8">
  8. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  9. <!-- Search Engines -->
  10. <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.">
  11. <!-- Twitter -->
  12. <meta name="twitter:card" content="summary">
  13. <meta name="twitter:title" content="Verge3D Web Interactive">
  14. <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.">
  15. <meta name="twitter:image:src" content="https://cdn.soft8soft.com/images/player_socials.jpg">
  16. <!-- Open Graph -->
  17. <meta property="og:title" content="Verge3D Web Interactive">
  18. <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.">
  19. <meta property="og:image" content="https://cdn.soft8soft.com/images/player_socials.jpg">
  20. <meta property="og:type" content="website">
  21. <meta name="generator" content="Verge3D 2.12.0pre2">
  22. <!-- favicons -->
  23. <link rel="apple-touch-icon" sizes="180x180" href="media/apple-touch-icon.png">
  24. <link rel="icon" type="image/png" sizes="32x32" href="media/favicon-32x32.png">
  25. <link rel="icon" type="image/png" sizes="16x16" href="media/favicon-16x16.png">
  26. <link rel="manifest" href="media/manifest.json">
  27. <link rel="mask-icon" href="media/safari-pinned-tab.svg" color="#5bbad5">
  28. <meta name="theme-color" content="#ffffff">
  29. <!-- WebXR origin trial -->
  30. <meta http-equiv="origin-trial" content="Aop1aS3O0LG/MKmDbfhMRdlXGxB1ETrJJScdLSaYLDCMJI5iOLQ0uwhBObewdZKbpu00Y+9f7YC5tALasZ7BOg0AAABoeyJvcmlnaW4iOiJodHRwczovL3NvZnQ4c29mdC5jb206NDQzIiwiZmVhdHVyZSI6IldlYlhSRGV2aWNlTTY5IiwiZXhwaXJ5IjoxNTUxODMwMzk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=">
  31. <script src="v3d.js"></script>
  32. <script src="streit.js"></script>
  33. <link rel="stylesheet" type="text/css" href="streit.css">
  34. </head>
  35. <body>
  36. <div id="container"></div>
  37. <div id="fullscreen_button" class="fullscreen-open" title="Toggle fullscreen mode"></div>
  38. </body>
  39. </html>