Sign in
cobalt
/
cobalt.git
/
193dc3d54bfe1fcc7a4d95650f8e9f2c8d9e7d1e
/
.
/
src
/
v8
/
benchmarks
/
spinning-balls
/
index.html
blob: d01f31f373089378dea321dddf07b7724c0404cb [
file
]
<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>