index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
  8. />
  9. <meta name="theme-color" content="#000000" />
  10. <meta name="description" content="Web site created using create-react-app" />
  11. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  12. <link rel="shortcut icon" href="./favicon.png" />
  13. <link rel="preload" href="./syst.otf" as="font" type="font/otf" crossorigin />
  14. <script src="./three/data.js"></script>
  15. <title>革命领袖视察黑龙江纪念馆</title>
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root" style="width: 100%; height: 100vh"></div>
  20. <span class="font-preload-syst" aria-hidden="true">syst preload</span>
  21. </body>
  22. <style>
  23. @font-face {
  24. font-family: 'syst';
  25. src: url('./syst.otf') format('opentype');
  26. font-display: swap;
  27. }
  28. .font-preload-syst {
  29. position: absolute;
  30. opacity: 0;
  31. pointer-events: none;
  32. font-family: 'syst';
  33. }
  34. * {
  35. .nameEn {
  36. font-family: 'syst';
  37. }
  38. }
  39. </style>
  40. <script src="./jsmpeg.min.js"></script>
  41. <script src="./f-video.js"></script>
  42. </html>