aboutsummaryrefslogtreecommitdiff
path: root/views/partials/login.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/login.hbs')
-rw-r--r--views/partials/login.hbs28
1 files changed, 0 insertions, 28 deletions
diff --git a/views/partials/login.hbs b/views/partials/login.hbs
deleted file mode 100644
index 05df72e..0000000
--- a/views/partials/login.hbs
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- POP UP WINDOW FOR LOGIN -->
-<article class="modal fade login-window">
- <div class="modal-dialog">
- <div class="modal-content">
-
- <section class="modal-header">
- <button type="button" class="close" data-dismiss="modal">&times;</button>
- <h4 class="modal-title">Log In</h4>
- </section>
-
- <section class="modal-body">
- <form role="form" action="" method="post">
- <div class="form-group">
- <input type="text" class="form-control" placeholder="Username">
- </div>
- <div class="form-group">
- <input type="password" class="form-control" placeholder="Password">
- </div>
- </form>
- </section>
-
- <div class="modal-footer">
- <button class="btn">Submit</button>
- </div>
-
- </div>
- </div>
-</article> \ No newline at end of file