Mk83

Simple google searsh

Mar 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <title>Page D'accueil</title>
  6.         <meta charset="utf-8" />
  7.         <link rel="stylesheet" type="text/css" href="style.css">
  8.     </head>
  9.     <body>
  10.         <br><br><br><br>
  11.         <div class="search">
  12.             <form action="https://google.com/search" method="get">
  13.                 <input type="text" name="q" id="q" value="" id="rec" />
  14.                 <input type="submit" value="Rechercher" onClick="return google_search()" id="but"/>
  15.             </form>
  16.         </div>
  17.     </body>
  18. </html>
Add Comment
Please, Sign In to add comment