index.html 827 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  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. <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.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"></div>
  20. </body>
  21. <!-- <img src="%PUBLIC_URL%/logo.jpg" width="0" height="0" />-->
  22. </html>