16 lines
367 B
HTML
16 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h1>Hello from the auth example</h1>
|
|
<p>you can authenticate using the following services:</p>
|
|
<ul>
|
|
<li><a href="/auth/twitter">Twitter</a></li>
|
|
<li><a href="/auth/github">Github</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|