aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/templates/header.ejs
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
commite582c3b84c6090b08f33d599c354968fcd868d14 (patch)
treeb6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /app/views/templates/header.ejs
parentchanged what gets collected (diff)
downloadDivid-e582c3b84c6090b08f33d599c354968fcd868d14.tar.gz
moved and renamed files to match the filesetup we want.
havebeen using a dev-setup till now.
Diffstat (limited to 'app/views/templates/header.ejs')
-rw-r--r--app/views/templates/header.ejs16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/templates/header.ejs b/app/views/templates/header.ejs
new file mode 100644
index 0000000..815be5c
--- /dev/null
+++ b/app/views/templates/header.ejs
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+ <title><%= title %></title>
+ <meta name="description" content="" />
+ <meta name="author" content="">
+
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="stylesheet" href="/css/bootstrap.css" />
+ <link rel="stylesheet" href="/css/bootstrap-responsive.css">
+
+ <link rel="stylesheet" href="/css/shame.css" />
+