Redirection et page privé de l'utilisateur
This commit is contained in:
61
assets/private.html
Normal file
61
assets/private.html
Normal file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<title>Portal User</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="container-fluid">
|
||||
<ul>
|
||||
<li>
|
||||
<details role="list" >
|
||||
<summary aria-haspopup="listbox" role="link" class="secondary">Theme</summary>
|
||||
<ul role="listbox">
|
||||
<li><a href="#" data-theme-switcher="auto">Auto</a></li>
|
||||
<li><a href="#" data-theme-switcher="light">Light</a></li>
|
||||
<li><a href="#" data-theme-switcher="dark">Dark</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details role="list" >
|
||||
<summary aria-haspopup="listbox" role="link" class="secondary"> Mon compte </summary>
|
||||
<ul role="listbox">
|
||||
<li><a href="#"> Mes services </a> </li>
|
||||
<li><a href="#"> Documentation </a></li>
|
||||
<li><a href="#"> Changer mon mot de passe </a></li>
|
||||
<li><a href="#"> Se déconnecter </a></li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<!-- Header -->
|
||||
<header class="container">
|
||||
<hgroup>
|
||||
<h1> Bienvenue sur kitoy.me </h1>
|
||||
<h2> Gérez votre compte sur kitoy.me </h2>
|
||||
</hgroup>
|
||||
|
||||
<!-- Nav -->
|
||||
</header><!-- ./ Header -->
|
||||
|
||||
|
||||
<main class="container">
|
||||
<h2> Gérer votre compte </h2>
|
||||
|
||||
<p>message debug: $msg$</p>
|
||||
|
||||
</main>
|
||||
<!-- Minimal theme switcher -->
|
||||
<script src="/js/theme-switcher.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user