diff --git a/assets/google_logo.png b/assets/google_logo.png new file mode 100644 index 0000000..ed8841b Binary files /dev/null and b/assets/google_logo.png differ diff --git a/assets/search.svg b/assets/search.svg new file mode 100644 index 0000000..d3dc7ca --- /dev/null +++ b/assets/search.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..de1029d --- /dev/null +++ b/index.php @@ -0,0 +1,28 @@ + + + + + + + + Google + + + +
+ + + +
+ + +
+ + +
+
+ +
+ + + \ No newline at end of file diff --git a/result.php b/result.php new file mode 100644 index 0000000..99eb169 --- /dev/null +++ b/result.php @@ -0,0 +1,14 @@ + + + + + Google - resultat + + +

Resultats

+ ${result}

"; + ?> + + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..f58d900 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,5 @@ +#search-input:focus, #search-input:hover { + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); + outline: none; +} +