-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.08 KB
/
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="apple-touch-icon-precomposed" href="static/img/icon_57.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="static/img/icon_114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="static/img/icon_144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="static/img/icon_180.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="static/img/icon_120.png"/>
<link rel="icon" href="static/img/favicon.png">
<link rel="shortcut icon" href="static/img/favicon.png">
<link rel="bookmark" href="static/img/favicon.png">
<meta name="theme-color" content="#42b983">
<title>todos</title>
</head>
<body>
<div id="todo"></div>
</body>
</html>