Files
meteor/examples/localmarket/client/head.html
Nick Martin 848180b0f7 New example.
2014-10-27 21:55:09 -07:00

9 lines
504 B
HTML

<head>
<meta charset="utf-8">
<title>Local Market - Your Neighborhood Grocer</title>
<meta name="description" content="Get the latest news, checkout hand-picked recipes, and share with other locals.">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link rel="shortcut icon" type="image/png" href="/favicon.png?123" sizes="16x16 32x32 64x64">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-precomposed.png">
</head>