summaryrefslogtreecommitdiff
path: root/views/login.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/login.ejs')
-rw-r--r--views/login.ejs29
1 files changed, 0 insertions, 29 deletions
diff --git a/views/login.ejs b/views/login.ejs
deleted file mode 100644
index b37d18d..0000000
--- a/views/login.ejs
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <title>vvalls</title>
- [[ include partials/meta ]]
- <script>
- window.addEventListener("load",function() {
- window.scrollTo(0,0)
- }, false);
- </script>
-</head>
-<body class="loading">
- <div class="rapper page" style="height: 100%;">
- [[ include partials/header ]]
-
- <div style="height: 70%; clear: both;"></div>
-
- [[ include partials/signin ]]
- [[ include partials/footer ]]
-
-</div>
-</body>
-[[ include partials/scripts ]]
-<script>
-setTimeout(function(){
- $("[data-role='show-signin-modal']").trigger("click")
-})
-</script>
-</html>