view hip.html @ 18:5fce4c8f3ebd

Preliminary version of date stuff added
author jonathandicarlo@jonathan-dicarlos-macbook-pro.local
date Tue, 15 Jul 2008 14:10:17 -0700
parents a26372118854
children 4f03bdb9ac5b
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "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>
</head>
<body>
<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="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>
</html>