diff options
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs new file mode 100644 index 0000000..43c4465 --- /dev/null +++ b/views/partials/header.ejs @@ -0,0 +1,8 @@ +<!doctype html> +<html> +<head> +<title>bucky</title> +<link rel="stylesheet" href="/assets/css/bucky.css"> +<meta name="_csrf" value="<%= csrfToken %>"> +</head> +<body>
\ No newline at end of file |
