mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
675 B
HTML
10 lines
675 B
HTML
<head>
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
|
|
|
<meta charset="utf-8">
|
|
<title>Todos - All your todos synced wherever you happen to be</title>
|
|
<meta name="description" content="The simple todo list that keeps your todos in sync everywhere free forever. Todo is open source and powered by Meteor.">
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
|
|
<link rel="shortcut icon" type="image/png" href="favicon.png?v1" sizes="16x16 32x32 64x64">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-precomposed.png">
|
|
</head> |