|
|
@@ -2,12 +2,17 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
+ <meta http-equiv="Expires" content="0">
|
|
|
+ <meta http-equiv="Pragma" content="no-cache">
|
|
|
+ <meta http-equiv="Cache-control" content="no-cache">
|
|
|
+ <meta http-equiv="Cache" content="no-cache">
|
|
|
<meta content="telephone=no" name="format-detection"/>
|
|
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
|
|
<title>NutUI - 基于Vue2.0的移动端UI组件库</title>
|
|
|
<link rel="stylesheet" href="./asset/css/normalize.css">
|
|
|
<link rel="stylesheet" href="./asset/css/skeleton.css">
|
|
|
<!-- <link rel="stylesheet" href="./asset/css/monokai-sublime.css"> -->
|
|
|
+ <link rel="shortcut icon" href="../asset/img/logo.png" type="image/x-icon">
|
|
|
<link rel="stylesheet" href="./asset/css/highlight.css">
|
|
|
<link rel="stylesheet" href="./asset/css/main.css">
|
|
|
<script src="./asset/js/highlight.pack.js"></script>
|