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

Resultats

+ ${result}

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