Skip to content

Instantly share code, notes, and snippets.

@DanielKoehler
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save DanielKoehler/33917a395b2d0ef4fca4 to your computer and use it in GitHub Desktop.

Select an option

Save DanielKoehler/33917a395b2d0ef4fca4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en-GB">
<head>
<title>Google</title>
</head>
<body>
<div>
<form>
<img src="google_logo.jpeg">
<input name="search" placeholder="Search.">
<button name="">Google Search</button>
<button name="">I'm feeling lucky.</button>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment