summaryrefslogtreecommitdiff
path: root/graphs/js/oidc/main.html
blob: 698eb6d5d3e225acbf5cec4388172f5677541b4d (plain)
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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="stylesheet" href="./style.css">
        <script defer src="./redirect.js"></script>
	</head>
	<body>
        
		<div class="card-container">
			<div class="img-container">
				<img class="round" src="https://cri.epita.fr/photos/square/puff" alt="user" width="225" height="225"/>
			</div>
			<h1>User Application</h1>
			<h3>app</h3>
			<p>Small application to display user informations<br/> Using ForgeID for Auth</p>

            <div class="buttons">
				<button class="primary" id="redirectBtn">
					Sign-In
				</button>
			</div>
		</div>
    </body>
</html>