-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
27 lines (24 loc) · 830 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 charset="utf-8">
<title>TodoList</title>
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> -->
<link rel="stylesheet" href="//at.alicdn.com/t/font_ora95ec1gplul3di.css">
<link rel="shortcut icon" href="./favicon.ico" />
<!-- <script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?873a010009998989f1cbea5b78345f7a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head> -->
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>