diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:25:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:25:19 +0100 |
| commit | 4c775f12ff6eda48fc22bec9ed336e60c1a0e07e (patch) | |
| tree | 792b3906107442dc6823440fa0bf21a7bea1a224 /views/partials/header.ejs | |
| parent | 6702125f12820c504ae18114f99fee3e13b2616f (diff) | |
cssssssss
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 9a90d9c..d96179d 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -2,9 +2,14 @@ <html> <head> <title>bucky</title> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel="stylesheet" href="/assets/css/bucky.css"> <meta name="_csrf" value="<%= csrfToken %>"> </head> <body class="loading"> -<h1><%= title %></h1> +<header> + <h1><%= title %></h1> + <% include ../partials/searchform %> +</header>
\ No newline at end of file |
