aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/index.html
blob: 6fd3a9240503d72e838259a2bf37121176dca522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<title>Index of Tests</title>
</head>
<body>

	<h1>Index of Tests</h1>
	<ul>
		<li><a href="/jquery/index/">jQuery 1.2.6</a></li>
		<li><a href="/mootools/index/">MooTools 1.2.4</a></li>
		<li><a href="/prototype/index/">Prototype 1.6.1</a></li>
	</ul>

</body>
</html>