Mercurial > hip
view hip.html @ 19:4f03bdb9ac5b
Merged?
author | jonathandicarlo@jonathan-dicarlos-macbook-pro.local |
---|---|
date | Tue, 15 Jul 2008 14:20:04 -0700 |
parents | 5fce4c8f3ebd e4c22ff801f9 |
children | 44550b8fd922 |
line wrap: on
line source
<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>HIP</title> </head> <body> <script>alert('blah');</script> <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> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="date.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="querySource.js"></script> <script type="text/javascript" src="hip.js"></script> </body> </html>