mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
28 lines
803 B
Plaintext
28 lines
803 B
Plaintext
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
<title>Authorize</title>
|
||
<link rel="stylesheet" href="/.well_known/css/styles/main.css" type="text/css">
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<a href="/"><img src="/.well_known/css/images/solid.svg" alt="[Solid logo]" /></a>
|
||
<h1>Community Solid Server</h1>
|
||
</header>
|
||
<main>
|
||
<h1>Authorize</h1>
|
||
<form action="/idp/confirm" method="post">
|
||
<p class="actions"><button autofocus type="submit" name="submit" class="ids-link-filled">Continue</button></p>
|
||
</form>
|
||
</main>
|
||
<footer>
|
||
<p>
|
||
©2019–2021 <a href="https://inrupt.com/">Inrupt Inc.</a>
|
||
and <a href="https://www.imec-int.com/">imec</a>
|
||
</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|