Skip to content

Instantly share code, notes, and snippets.

@talsafran
Created December 9, 2011 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talsafran/1453540 to your computer and use it in GitHub Desktop.
Save talsafran/1453540 to your computer and use it in GitHub Desktop.
HTML code from Hursh and Tal's Skillshare Class
<html>
<head>
<title>Shmoogle!</title>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<div id="container">
<img src="http://bit.ly/shmoogle" />
<form action="http://www.google.com/search">
<p>
<input id="search-text" type="text" name="q" />
</p>
<p>
<input id="search-button" type="submit" value="Shmoogle It!" />
</p>
</form>
<p>
It's better than <a href="http://google.com">Google</a>.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment