-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
24 lines (22 loc) · 1017 Bytes
/
template.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 lang="en">
<head>
<meta charset="utf-8">
<title>Burndown Generator</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="theme-color" content="#3f51b5">
<meta name="msapplication-navbutton-color" content="#3f51b5"/>
<meta name="apple-mobile-web-app-status-bar-style" content="#3f51b5">
<meta name="author" content="Vitor Freitas">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div id="app"></div>
</body>
</html>