test262/website/development/default.htm

19 lines
691 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "master.dwt" -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script type="text/javascript" src="../resources/scripts/global/jquery-1.4.2.min.js"></script>
<!--<script type="text/javascript" src="resources/scripts/global/jquery-ui-1.8.5.custom.min.js"></script>-->
<script language="javascript" type="text/javascript">
$(function () {
location.href = "../default.html?development";
});
</script>
</head>
<body>
&nbsp;
</body>
</html>