<!DOCTYPE html>
<html>
	<head>
		<title>Exemple PHP</title>
	</head>
	<body>
	<?php
	echo "Ceci est du PHP"
	?>
	</body>
</html>