summaryrefslogtreecommitdiff
path: root/views/partials
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials')
-rw-r--r--views/partials/header.ejs4
-rw-r--r--views/partials/login.ejs18
2 files changed, 3 insertions, 19 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index 43c4465..3074c0a 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -5,4 +5,6 @@
<link rel="stylesheet" href="/assets/css/bucky.css">
<meta name="_csrf" value="<%= csrfToken %>">
</head>
-<body> \ No newline at end of file
+<body>
+
+<h1><%= title %></h1>
diff --git a/views/partials/login.ejs b/views/partials/login.ejs
deleted file mode 100644
index b5e8c04..0000000
--- a/views/partials/login.ejs
+++ /dev/null
@@ -1,18 +0,0 @@
-<div id="login">
- <form>
- <div>
- <label for="username">username</label>
- <input type="text" id="login-username" name="username">
- </div>
-
- <div>
- <label for="password">password</label>
- <input type="password" id="login-password" name="password">
- </div>
-
- <div>
- <label for="login-submit"></label>
- <button id="login-submit">LOGIN</button>
- </div>
- </form>
-</div>