forked from weifeiyue/vue-datepicker-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 778 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="pragma" content="no-cache" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" />
<title>mui</title>
<link rel="stylesheet" href="app.css">
<style media="screen">
body{
font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.datepicker {
margin-bottom: 10px
}
</style>
</head>
<body>
<div id="app"></div>
<script src="app.js" charset="utf-8"></script>
</body>
</html>