| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!doctype html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
- />
- <meta name="theme-color" content="#000000" />
- <meta name="description" content="Web site created using create-react-app" />
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
- <link rel="shortcut icon" href="./favicon.png" />
- <link rel="preload" href="./syst.otf" as="font" type="font/otf" crossorigin />
- <script src="./three/data.js"></script>
- <title>革命领袖视察黑龙江纪念馆</title>
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root" style="width: 100%; height: 100vh"></div>
- <span class="font-preload-syst" aria-hidden="true">syst preload</span>
- </body>
- <style>
- @font-face {
- font-family: 'syst';
- src: url('./syst.otf') format('opentype');
- font-display: swap;
- }
- .font-preload-syst {
- position: absolute;
- opacity: 0;
- pointer-events: none;
- font-family: 'syst';
- }
- * {
- .nameEn {
- font-family: 'syst';
- }
- }
- </style>
- <script src="./jsmpeg.min.js"></script>
- <script src="./f-video.js"></script>
- </html>
|