header.html 1.3 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>
  6. 云版管理-纵横CLD v2.0
  7. </title>
  8. <meta name="description" content="Page Titile">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
  11. <!-- Call App Mode on ios devices -->
  12. <meta name="apple-mobile-web-app-capable" content="yes" />
  13. <!-- Remove Tap Highlight on Windows Phone IE -->
  14. <meta name="msapplication-tap-highlight" content="no">
  15. <!-- base css -->
  16. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/vendors.bundle.css">
  17. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/app.bundle.css">
  18. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/cld-custom.css">
  19. <!-- Place favicon.ico in the root directory -->
  20. <link rel="shortcut icon" href="<%= WEB_SITE_GLOBAL %>img/favicon/favicon.ico">
  21. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/fa-regular.css">
  22. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/fa-solid.css">
  23. <link rel="stylesheet" media="screen, print" href="<%= WEB_SITE_GLOBAL %>css/fa-brands.css">
  24. </head>