diff options
Diffstat (limited to 'app/views/templates/header.ejs')
-rw-r--r-- | app/views/templates/header.ejs | 16 |
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" /> + |