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