Skip to content

Instantly share code, notes, and snippets.

@jkishner
Created August 13, 2012 21:43
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 jkishner/3344296 to your computer and use it in GitHub Desktop.
Save jkishner/3344296 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="apple-touch-icon-precomposed" href="launch.png"/>
<STYLE type="text/css">
form, input {font-size:60px;}
</STYLE>
</head>
<body>
<form action="launch.php" method="post">
Enter Prompt: <input name="prompt" size="20">
<br>
<input type="submit" name="site" value="google">
<input type="submit" name="site" value="appstore">
<input type="submit" name="site" value="wikipedia">
<input type="submit" name="site" value="yelp">
<input type="submit" name="site" value="imdb">
<input type="submit" name="site" value="phone">
<input type="submit" name="site" value="omnifocus">
<input type="submit" name="site" value="twitter">
</form></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment