summaryrefslogtreecommitdiffstats
path: root/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'login.html')
-rw-r--r--login.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/login.html b/login.html
deleted file mode 100644
index b43949d..0000000
--- a/login.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<html lang="en">
-
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>BežiApp</title>
-
- <!-- Materialize -->
- <link type="text/css" href="/css/materialize.min.css" rel="stylesheet">
- <link href="/css/materialicons.css" rel="stylesheet">
- <script type="text/javascript" src="/js/lib/materialize.min.js"></script>
-
- <script src="/js/lib/jquery.min.js"></script>
- <script type="text/javascript" src="/js/lib/localforage.min.js"></script>
-
- <link type="text/css" href="/css/styles.css" rel="stylesheet">
- <script type="text/javascript" src="/js/login.js"></script>
-
- <link rel="manifest" href="/manifest.json">
- <script src="/js/app.js"></script>
- <link rel="shortcut icon" type="image/png" href="/favicon.png" />
-
- <!-- iOS support -->
- <link rel="apple-touch-icon" href="/img/icons/icon_96.png">
- <link rel="apple-touch-icon" href="/img/icons/icon_512.png">
- <meta name="apple-mobile-web-app-status-bar" content="#004d32">
-</head>
-
-<body>
- <div class="container">
- <div class="row center-align">
- <div class="row">
- <div class="col s12">
- <h3 class="center-align"><b class="title-secondary">Beži</b><span class="title-primary">App</span>
- </h3>
- </div>
- </div>
- <div class="row">
- <div class="input-field col s12">
- <input id="username" type="text" class="validate">
- <label for="username">GimSIS username</label>
- </div>
- </div>
- <div class="row">
- <div class="input-field col s12">
- <input id="password" type="password" class="validate">
- <label for="password">Password</label>
- </div>
- </div>
- <div class="row">
- <button id="login-button" class="btn waves-effect waves-light">Sign in</button>
- </div>
- <div class="row">
- <p class="grey-text text-darken-2">By signing in, you agree to the <a href="/pages/tos.html">terms and conditions</a>
- and the <a href="/pages/privacypolicy.html">privacy policy</a>.</p>
- </div>
- </div>
- </div>
-</body>
-
-</html> \ No newline at end of file