forked from rakirox/meteor-collaborative-pomodoro-todo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pomo.html
23 lines (18 loc) · 853 Bytes
/
pomo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<title>Pomo</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Pomo app" />
<meta name="keywords" content="Pomodoro, pomo app, Time tracking, development" />
<meta http-equiv="content-language" content="en-US" />
<title>POMO</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Lato:400,100,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>