Mercurial > hip
diff hip.html @ 0:9e6054e41bdc
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 09 May 2008 13:53:40 -0700 |
parents | |
children | a31bdc4de955 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hip.html Fri May 09 13:53:40 2008 -0700 @@ -0,0 +1,15 @@ +<!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> + <input id="search-box" type="text" size="40" /> +</body> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="hip.js"></script> +</html>