<!doctype html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="bench/jquery-benchmark-suit.css" />
<script src="jquery.js"></script>
<script src="bench/jquery-benchmark.js"></script>
<script src="bench/jquery-benchmark-suit.js"></script>
<script src="../jquery.aggregate<?php echo isset($_GET["a"]) ? $_GET["a"] : "" ?>.js"></script>
<script src="speed.js"></script>
</head>
<body>
<input id="id" type="text" value="" />
</body>
</html>
|