head.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <meta charset="utf-8">
  2. <title>后台管理</title>
  3. <meta name="keywords" content="后台管理">
  4. <meta name="description" content="后台管理">
  5. <meta name="apple-mobile-web-app-title" content="后台管理" />
  6. <meta name="author" content="rubin">
  7. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <link rel="stylesheet" type="text/css" href="../public/layui/css/layui.css" />
  10. <link rel="stylesheet" type="text/css" href="../public/bootstrap/css/bootstrap.min.css" />
  11. <link rel="stylesheet" type="text/css" href="../public/valid/validationEngine.jquery.css">
  12. <link rel="stylesheet" type="text/css" href="../public/pnotify/pnotify.css">
  13. <link rel="stylesheet" type="text/css" href="../public/fancybox/jquery.fancybox.css">
  14. <link rel="stylesheet" type="text/css" href="../public/highlight/highlight.min.css">
  15. <link rel="stylesheet" type="text/css" href="../public/datetime/jquery.datetimepicker.css">
  16. <!--edit css-->
  17. <link rel="stylesheet" type="text/css" href="../css/core.css" />
  18. <link rel="stylesheet" type="text/css" href="../css/components.css" />
  19. <link rel="stylesheet" type="text/css" href="../css/pages.css" />
  20. <link rel="stylesheet" type="text/css" href="../css/menu.css" />
  21. <link rel="stylesheet" type="text/css" href="../css/responsive.css" />
  22. <link rel="stylesheet" type="text/css" href="../public/pjax/nprogress.css" />
  23. <!-- Responsive-table -->
  24. <link rel="stylesheet" type="text/css" href="../public/table/dist/css/rwd-table.min.css">
  25. <link rel="stylesheet" type="text/css" href="../public/simditor/styles/simditor.css">
  26. <link rel="stylesheet" type="text/css" href="../public/simditor/plugins/html/simditor-html.css">
  27. <link rel="stylesheet" type="text/css" href="../public/jquery/ui.min.css">
  28. <!--
  29. <link rel="stylesheet" type="text/css" href="http://apps.bdimg.com/libs/jqueryui/1.10.0/themes/base/minified/jquery-ui.min.css">
  30. -->
  31. <script type="text/javascript" src="../public/jquery/jquery.min.js"></script>
  32. <script type="text/javascript" src="../js/modernizr.min.js"></script>
  33. <script id="script">var config={};</script>
  34. <style type="text/css" id="style">
  35. </style>
  36. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  37. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  38. <!--[if lt IE 9]>
  39. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  40. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  41. <![endif]-->