diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
commit | e582c3b84c6090b08f33d599c354968fcd868d14 (patch) | |
tree | b6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /app/views/template.ejs | |
parent | changed what gets collected (diff) | |
download | Divid-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/template.ejs')
-rw-r--r-- | app/views/template.ejs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/views/template.ejs b/app/views/template.ejs new file mode 100644 index 0000000..6803c37 --- /dev/null +++ b/app/views/template.ejs @@ -0,0 +1,18 @@ +<% include templates/header %> + +</head> +<body> + <% include templates/navbar %> + + <!-- Wrapper + ================================================== --> + <div class="container" id="wrapper"> + <div class="row-fluid"> + + </div><!-- /div.row --> + </div><!-- /div.#wrapper --> + + +<% include templates/footer %> +</body> +</html> |