youyesyet/resources/public/facebook-login.html

43 lines
1.5 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" />
<title>Login with Facebook</title>
</head>
<body>
<header>
<div id="nav">
<img id="nav-icon" src="img/threelines.png" alt="Menu"/>
<ul id="nav-menu" class="nav">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="/microworld/params">Parameters</a></li>
<li class=""><a href="/microworld/rules">Rules</a></li>
<li class=""><a href="/microworld/world">World</a></li>
<li class=""><a href="/microworld/about">About</a></li>
<li class=""><a href="/microworld/docs">Documentation</a></li>
</ul>
</div>
<h1>
Login with Facebook
</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 class="big-link-container">
<a href="app.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>