v8/benchmarks/spinning-balls/index.html

12 lines
216 B
HTML
Raw Normal View History

<html>
<head>
<style>
body { text-align: center; }
</style>
</head>
<body>
<script type="text/javascript" src="splay-tree.js"></script>
<script type="text/javascript" src="v.js"></script>
</body>
</html>