diff options
Diffstat (limited to 'graphs/js/oidc/complete/epita/index.html')
| -rw-r--r-- | graphs/js/oidc/complete/epita/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/graphs/js/oidc/complete/epita/index.html b/graphs/js/oidc/complete/epita/index.html new file mode 100644 index 0000000..2706a33 --- /dev/null +++ b/graphs/js/oidc/complete/epita/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <script defer src="./index.js" type="module"></script> + <link rel="stylesheet" href="../../style.css"> + </head> + <body> + <div class="card-container"> + <div class="img-container"> + <img class="round" id="image"src="https://cri.epita.fr/photos/square/puff" alt="user" width="225" height="225"/> + </div> + <h1 id="name">Puff Puff</h1> + <h3 id="campus">Marseille</h3> + <p id ="grad-year">2059</p> + + <div class="info-container"> + <div class="infos"> + <h3>infos</h3> + <ul id="list"> + </ul> + </div> + </div> + <div class="buttons"> + <button class="primary" id="RequestBtn"> + Request Infos + </button> + <button class="primary ghost" id="EndBtn"> + End Session + </button> + </div> + </div> + </body> +</html> |
