<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8"/>
		<title>Question-RĂ©ponse</title>
		
	</head>

	<body>
		<h1>Question</h1>
		<p>Tapez votre question et nous allons y répondre</p>
		<form action="reponse-non-sure.php" method="post">
			Question: <input type="text" name="question" size="60" />
			<input type="submit" value="pauser la question" />
		</form>
	
	</body>
</html>