-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAccueil.html
25 lines (24 loc) · 1.22 KB
/
Accueil.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
<!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="#" class="w3-bar-item w3-left w3-hover-none"><img src="img/upec.png" style="width:25%;height:25%"></a>
<a href="Connexion.html" class="w3-bar-item w3-button w3-margin-top w3-hover-green w3-green w3-right w3-margin">Connexion</a>
</div>
</header>
<body>
<div class="w3-container">
<div class="w3-container w3-margin-top w3-mobile">
<h2>Recherche de stages</h2>
<p>Bienvenue sur notre site de recherche de stages. Afin d'aider nos étudiants les différents stages proposés seront rentrées dans le site. Libre à vous de parcourir le site pour trouver votre bonheur. <br> En tant que professionnel, ajouter vos stages ici permettra de trouver de futurs prodiges de l'informatique.</p>
</div>
<div class="w3-container w3-mobile w3-center">
<a href="Connexion.html" class="w3-btn w3-margin-bottom w3-green w3-mobile">Démarrer</a>
</div>
</div>
</body>