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, 29 insertions, 0 deletions
diff --git a/views/login.ejs b/views/login.ejs
new file mode 100644
index 0000000..af78f83
--- /dev/null
+++ b/views/login.ejs
@@ -0,0 +1,29 @@
+<!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-signup-modal']").trigger("click")
+})
+</script>
+</html>