index.html 1020 B

1234567891011121314151617181920212223242526272829303132333435
  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. <script src="./three/data.js"></script>
  14. <title>革命领袖视察黑龙江纪念馆</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root" style="width: 100%; height: 100vh"></div>
  19. </body>
  20. <style>
  21. @font-face {
  22. font-family: 'syst';
  23. src: url('./syst.otf') format('opentype');
  24. font-display: swap;
  25. }
  26. * {
  27. .nameEn {
  28. font-family: 'syst';
  29. }
  30. }
  31. </style>
  32. <script src="./jsmpeg.min.js"></script>
  33. <script src="./f-video.js"></script>
  34. </html>