index.html 785 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta
  9. name="description"
  10. content="橄榄球航拍录像分析系统"
  11. />
  12. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  13. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  14. <link
  15. rel="stylesheet"
  16. href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
  17. />
  18. <title>橄榄球录像分析</title>
  19. </head>
  20. <body>
  21. <noscript>您需要启用JavaScript才能运行此应用。</noscript>
  22. <div id="root"></div>
  23. </body>
  24. </html>