15 lines
632 B
HTML
15 lines
632 B
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>EOD Search Widget</title>
|
|
<script src="js/jquery-1.6.4.min.js" type="text/javascript"></script>
|
|
<script src="js/jquery.php.pack.js" type="text/javascript"></script>
|
|
<script src="js/jquery.eod.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<h1>EOD Search Widget</h1>
|
|
<div id="eodSearch">Your browser does not support JavaScript.</div>
|
|
</body>
|
|
</html> |