<!doctype html>
<html lang="zh-CN" theme="light">

<head>
  <meta charset="UTF-8" />
  <link rel="icon" type="image/svg+xml" href="%VITE_SITE_LOGO%" />
  <link rel="apple-touch-icon" href="%VITE_SITE_APPLE_LOGO%" />
  <link rel="bookmark" href="%VITE_SITE_APPLE_LOGO%" />
  <link rel="apple-touch-icon-precomposed" sizes="128x128" href="%VITE_SITE_APPLE_LOGO%" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>%VITE_SITE_TITLE%</title>
  <meta name="apple-mobile-web-app-title" content="%VITE_SITE_TITLE%" />
  <meta name="author" content="%VITE_SITE_ANTHOR%" />
  <meta name="keywords" content="%VITE_SITE_KEYWORDS%" />
  <meta name="description" content="%VITE_SITE_DES%" />
  <!-- HarmonyOS Sans -->
  <link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" />
  <!-- IE Out -->
  <script>
    if (
      /*@cc_on!@*/
      false ||
      (!!window.MSInputMethodContext && !!document.documentMode)
    )
      window.location.href =
      "https://support.dmeng.net/upgrade-your-browser.html?referrer=" +
      encodeURIComponent(window.location.href);
  </script>
</head>

<body>
  <div id="app"></div>
  <script src="/lib/iconfont.js" async></script>
  <script type="module" src="/src/main.js"></script>
</body>

</html>