🎉 First commit!

This commit is contained in:
Florian Sylvain
2021-09-15 11:54:48 +02:00
committed by GitHub
parent f04cd070ba
commit 8de27ef3c7
5 changed files with 50 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google - resultat</title>
</head>
<body>
<h1>Resultats</h1>
<?php
$result = $_POST["search"];
echo "<p>${result}</p>";
?>
</body>
</html>