Mercurial > hip
diff hip.html @ 13:8dcc88f93829
Broke up hip.js into some smaller js files
author | jonathandicarlo@localhost |
---|---|
date | Wed, 02 Jul 2008 12:04:46 -0700 |
parents | 9e18b8d8c936 |
children | a26372118854 |
line wrap: on
line diff
--- a/hip.html Thu May 29 14:28:50 2008 -0700 +++ b/hip.html Wed Jul 02 12:04:46 2008 -0700 @@ -2,18 +2,32 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> - <link rel="stylesheet" type="text/css" media="all" - href="hip.css" /> - <title></title> +<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> +<link rel="stylesheet" type="text/css" media="all" +href="hip.css" /> +<title></title> </head> <body> - <div id="status-line">Ubiquity!</div> - <input id="search-box" type="text" size="40" /> - <div id="autocomplete-popup"></div> - <hr/> - <p>Pretend this is your selection: <input id="selection" type="text" size=30" /></p> +<div id="status-line">Blah!</div> +<input id="search-box" type="text" size="40" /> +<div id="autocomplete-popup"></div> +<hr/> +<p>Pretend this box is your selection, OK? +<input id="fake-selection" type="text" size="40" /></p> +<p>Here is some stuff that you can select on this page!</p> +<p>New York</p> +<p>thunder@mozilla.com</p> +<p>el pollo loco</p> +<p>http://www.evilbrainjono.net</p> +<p>Oku no hosomichi</p> +<p>japanese</p> +<p>opera</p> +<p>mexico city</p> </body> <script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="nounClasses.js"></script> +<script type="text/javascript" src="verbClasses.js"></script> +<script type="text/javascript" src="nouns.js"></script> +<script type="text/javascript" src="verbs.js"></script> <script type="text/javascript" src="hip.js"></script> </html>