diff --git a/js/python/login.js b/js/python/login.js
deleted file mode 100644
index 2b7ac4b..0000000
--- a/js/python/login.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function login(username, password) {
- if (username == 'student' && password == 'student.23264') {
- setTimeout(function() { // delay the location.replace for one second for login animation
- location.replace('assignments.html');
- }, 1000);
- } else {
- return false;
- }
-}
\ No newline at end of file
diff --git a/login.html b/login.html
index 39cbe85..4696999 100644
--- a/login.html
+++ b/login.html
@@ -44,12 +44,14 @@
duration: 800
});
-
-