aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/login.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-04-26 19:24:57 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2020-04-26 19:24:57 +0300
commit7e057c8a56b51bdd7e95b3919d013ac0edd481e9 (patch)
treeafaeed8947e201102b80547f5105725a6fe383ce /frontend/src/login.html
parent449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (diff)
Get user&pass and google auth working
Diffstat (limited to 'frontend/src/login.html')
-rw-r--r--frontend/src/login.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/frontend/src/login.html b/frontend/src/login.html
deleted file mode 100644
index abae4f8..0000000
--- a/frontend/src/login.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>PostgREST demo</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div>
- <span>
- <a href="/index.html">Index</a>
- <a href="/login.html">Login</a>
- <a id="logout" href="">Logout</a>
- </span>
- </div>
- <form id="loginForm">
- <label>Username
- <input type="text" name="username" id="username">
- </label>
- <label>Password
- <input type="password" name="password" id="password">
- </label>
- <button role="submit">Log in</button>
- </form>
- <script src="./main.js"></script>
- </body>
-</html> \ No newline at end of file