|
@@ -0,0 +1,45 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <title>Welcome to Google</title>
|
|
|
+ <meta name="google-site-verification" content="8Cq7MUoxNNcJTJOSI6R9zKbshGtz80jpd9eLJaG2Wrk" />
|
|
|
+ <meta name="description" content="Search the web for sites and images.">
|
|
|
+ <meta name="keywords" content="Search engine, doodle, websites">
|
|
|
+ <meta name="author" content="Reece Kenney">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+
|
|
|
+ <link rel="stylesheet" type="text/css" href="assets/css/style.css">
|
|
|
+
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+ <div class="wrapper indexPage">
|
|
|
+
|
|
|
+
|
|
|
+ <div class="mainSection">
|
|
|
+
|
|
|
+ <div class="logoContainer">
|
|
|
+ <img src="assets/images/googleLogo.png" title="Logo of our site" alt="Site logo">
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="searchContainer">
|
|
|
+
|
|
|
+ <form action="search.php" method="GET">
|
|
|
+
|
|
|
+ <input class="searchBox" type="text" name="term" autocomplete="off">
|
|
|
+ <input class="searchButton" type="submit" value="Search">
|
|
|
+
|
|
|
+
|
|
|
+ </form>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|