summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
committerJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
commit976bdace6704b60bc984635917ee56f17797c10a (patch)
treef2451b3f23c87d3e14c1eb8e3d92cda321db8103 /views/partials/header.ejs
parentf768ab296c07ce93efe9f2507cdf4b795aa10013 (diff)
able to log in
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs8
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