blob: 503ef2ef7ce7be899a9c180fdc37dcc5a195cdb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<script src="../resources/runner.js"></script>
<script src="resources/dromaeo/web/jquery.js"></script>
<script src="resources/dromaeorunner.js"></script>
<script>
$(document).ready(function() {
DRT.setup("v8-richards");
});
</script>
</head>
<body>
</body>
</html>
|