forked from ffauchille/parla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 803 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head>
<title>Lucas et Florent</title>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.2/auth0-spa-js.production.js"></script>
<script src="public/js/app.js"></script>
</head>
<body>
<div>
<h1>Lucas et Florent</h1>
<p>On marche pas!</p>
</div>
<div style="visibility: hidden;" id="premium-content">
<h2>Lucas et Florent souhaite la bienvenue à nos membres premium</h2>
<pre id="premium-user-profile"></pre>
<button id="btn-logout" onclick="logout()">
Se déconnecter
</button>
</div>
<div style="visibility: visible;" id="free-content">
<h2>Devenez premium aujourd'hui !</h2>
Déja Membre?
<button id="btn-login" disabled="true" onclick="login()">
Connexion
</button>
</div>
</body>
</html>