diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /BallanceRemix/Physics_Test.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'BallanceRemix/Physics_Test.html')
-rwxr-xr-x | BallanceRemix/Physics_Test.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/BallanceRemix/Physics_Test.html b/BallanceRemix/Physics_Test.html new file mode 100755 index 0000000..7090ea4 --- /dev/null +++ b/BallanceRemix/Physics_Test.html @@ -0,0 +1,19 @@ +<html> + +<head> + <script src="http://3dlifeplayer.dl.3dvia.com/player/install/DetectBrowser.js"></script> + <script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer_last_version.js"></script> + <script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer.js"></script> + <title>Ballance Remix Bench Mark</title> +</head> + +<body bgcolor="#000000" text="#00FF00" link="#FFFFFF" vlink="#C0C0C0"> + +<div align="center"> + <script language="JavaScript"> + Generate3DLifePlayerHtmlTag("Physics_Test.cmo",718,476,"Virtools"); + </script> +</div> + +</body> +</html> |