Skip to content
Snippets Groups Projects
Commit 78a335ea authored by Bendeddouche Farouk Mohamed's avatar Bendeddouche Farouk Mohamed
Browse files

Upload New File

parent 2e0dd521
No related branches found
No related tags found
No related merge requests found
Pipeline #140151 passed
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style_blog.css">
<title>Université en mouvement : Le questionnaire qui vous fait déplacer vos idées !</title>
</head>
<body>
<nav>
<img src="" alt="logo" width="500" height="600">
<a class="active" href="index.html">Home</a>
<a href="blog.html">Blog</a>
<a href="propos.html">A Propos</a>
</nav>
<section>
<h3>Vous êtes :</h3>
<label>Un étudiant</label><input type="checkbox" name="étudiant">
<label>Un personnel</label><input type="checkbox" name="personnel">
<label>Un extérieur</label><input type="checkbox" name="extérieur">
</section>
<section>
<h3>Combien de temps prenez-vous pour venir dans l'université :</h3>
<label>0~15min</label><input type="checkbox" name="temps-1">
<label>15~45min</label><input type="checkbox" name="temps-2">
<label>45~1h 30min</label><input type="checkbox" name="temps-3">
<label>+ 1h 30min</label><input type="checkbox" name="temps-4">
</section>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment