File: index.html

package info (click to toggle)
mithril 1.1.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,824 kB
  • sloc: javascript: 16,774; makefile: 5; sh: 1
file content (17 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
	</head>
	<body>
		<script src="../../module/module.js"></script>
		<script src="../../ospec/ospec.js"></script>

		<script src="../../querystring/parse.js"></script>
		<script src="../../querystring/build.js"></script>
		<script src="test-parseQueryString.js"></script>
		<script src="test-buildQueryString.js"></script>

		<script>require("../../ospec/ospec").run()</script>
	</body>
</html>