1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>WolfEye</title> </head> <body> <h1>WolfEye</h1> <form action="/search"> <input type="text" name="q" placeholder="Search the Web..."> <input type="submit" value="Search!"> <input type="submit" value="I'm feeling lucky!" disabled> <link rel="icon" href="/logo.svg"> </form> </body> </html>