view.html 1004 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <meta charset="utf-8">
  4. <meta name="viewport"
  5. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>众生百态——故宫博物院藏历代人物画特展(第三期)</title>
  8. <meta name="description" content="四维时代">
  9. <meta property="og:title" content="四维时代">
  10. <meta property="og:description" content="四维时代">
  11. <meta property="og:image:type" content="image/jpg">
  12. <link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico" class="keep">
  13. <link rel="stylesheet" href="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/css/animate.min.css" />
  14. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/oldVer/main0.css" />
  15. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25" />
  16. </head>
  17. <body>
  18. <div id="app"></div>
  19. </body>
  20. </html>