-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (28 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<!-- saved from url=(0044)/.account/oidc/consent/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>An application is requesting access</title>
<link rel="stylesheet" href="/.well-known/css/styles/main.css?v=7" type="text/css">
<script type="text/javascript" src="/.well-known/css/scripts/util.js?v=7"></script>
</head>
<body>
<header>
<a href="/"><img src="/.well-known/css/images/solid.svg" alt="[Solid logo]"></a>
<h1>Pivot</h1>
</header>
<main>
<h1>Welcome to this Solid Server</h1>
<p class="actions">
<a href="/.account/login/password/register/"><button id="register" type="submit">Register</button></a>
<a href="/.account/login/password/"><button id="login" type="submit">Login</button></a>
</p>
</main>
<footer>
<p>
Powered by <a href="https://github.com/solid-contrib/pivot">Pivot</a>
thanks to <a href="https://github.com/CommunitySolidServer/CommunitySolidServer">CSS</a>
and the <a href="https://solidproject.org/">Solid Community</a>
</p>
</footer>
</body></html>