summaryrefslogtreecommitdiff
path: root/views/partials/meta.ejs
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-04 01:40:55 -0400
committerJulie Lala <jules@okfoc.us>2014-06-04 01:40:55 -0400
commit26d1b0f11818867501b08e77dde46f18c8c518fc (patch)
treec9675efacf70f541724b2826ca4d1617e05d9b22 /views/partials/meta.ejs
parent9a3fff552fe6264410477b4b41ed5c9136c6e034 (diff)
splitting apart some of the views
Diffstat (limited to 'views/partials/meta.ejs')
-rw-r--r--views/partials/meta.ejs22
1 files changed, 22 insertions, 0 deletions
diff --git a/views/partials/meta.ejs b/views/partials/meta.ejs
new file mode 100644
index 0000000..32a3318
--- /dev/null
+++ b/views/partials/meta.ejs
@@ -0,0 +1,22 @@
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <meta name="keywords" content=""/>
+ <meta name="description" content="" />
+ <meta name="author" content="" />
+ <link rel="shortcut icon" href="/favicon.ico"/>
+ <meta property="og:title" content=""/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:image" content="" />
+ <link rel="image_src" href=""/>
+ <meta property="og:url" content=""/>
+ <meta property="og:site_name" content="" />
+ <link rel="icon" href="favicon.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+ <link href='assets/stylesheets/ionicons.css' rel='stylesheet' type='text/css'>
+ <link href='assets/stylesheets/app.css' rel='stylesheet' type='text/css'>
+ <!--[if lt IE 9]>
+ <style>
+
+ </style>
+ <![endif]--> \ No newline at end of file