47 lines
1.7 KiB
HTML
47 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="stylesheet" type="text/css" href="css/yyy-static.css" />
|
|
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
|
|
<title>Login with Google</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="nav">
|
|
<img id="nav-icon" src="img/threelines.png" alt="Menu"/>
|
|
<menu id="nav-menu" class="nav">
|
|
<li class=""><a href="index.html">Home</a></li>
|
|
<li class=""><a href="library.html">Library</a></li>
|
|
<li class=""><a href="register.html">Register</a></li>
|
|
<li class=""><a href="login.html">Login</a></li>
|
|
<li class=""><a href="about.html">About</a></li>
|
|
</menu>
|
|
</div>
|
|
|
|
<h1>
|
|
Login with Google
|
|
</h1>
|
|
</header>
|
|
<div id="main-container" class="container">
|
|
<p>
|
|
The actual login page is provided by the 0-auth provider chosen by the user. We don't
|
|
handle login ourselves, and we don't store <em>any</em> passwords.
|
|
</p>
|
|
<div id="back-link-container">
|
|
<a href="javascript:history.back()" id="back-link">Back</a>
|
|
</div>
|
|
<div class="big-link-container">
|
|
<a href="mapview.html" class="big-link" id="app-link">Login</a>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<div class="dummy">
|
|
This is a dummy page illustrating the intended navigation flow through the app. It may be replaced by something more dynamic later.
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|