-
Notifications
You must be signed in to change notification settings - Fork 0
/
Connexion.html
21 lines (21 loc) · 1.21 KB
/
Connexion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<title>Accueil</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<header>
<div class="w3-bar w3-grey w3-mobile">
<a href="Accueil.html" class="w3-bar-item w3-left w3-hover-none"><img src="img/upec.png" style="width:25%;height:25%"></a>
<p class="w3-bar-item w3-right w3-margin">Page de connexion</a>
</div>
<div class="w3-card w3-container w3-margin">
<h2>Se connecter en tant que :</h2>
<a href="ResponsableDeStage/Accueil.html" style="text-decoration: none"><div class="w3-card w3-padding-16 w3-margin w3-red"><p>Responsable de stage</p></div></a>
<a href="Etudiant/Accueil.html" style="text-decoration: none"><div class="w3-card w3-padding-16 w3-margin w3-blue"><p>Etudiant</p></div></a>
<a href="Contact/Accueil.html" style="text-decoration: none"><div class="w3-card w3-padding-16 w3-margin w3-green"><p>Contact</p></div></a>
<a href="UPEC/Accueil.html" style="text-decoration: none"><div class="w3-card w3-padding-16 w3-margin w3-pale-green"><p>Membre UPEC</p></div></a>
</div>
</header>
<body>