2012-07-14 09:57:21 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" type="text/css"href="../base.css">
|
2012-12-01 12:04:10 -08:00
|
|
|
<script src="../../dist/kinetic-vcurrent.js"></script>
|
2012-07-24 23:18:46 -07:00
|
|
|
<!-- assets -->
|
2012-07-14 09:57:21 -07:00
|
|
|
<script src="../js/Test.js"></script>
|
|
|
|
<script src="../js/performanceTests.js"></script>
|
2012-07-28 16:08:14 -07:00
|
|
|
<script src="../assets/worldMap.js"></script>
|
2012-07-14 09:57:21 -07:00
|
|
|
<script>
|
|
|
|
window.onload = function() {
|
|
|
|
var test = new Test();
|
|
|
|
test.run();
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body onmousedown="return false;"></body>
|
|
|
|
</html>
|