You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
345 B

<!doctype html>
<html lang="en">
<head>
<title>Robot</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/three.min.js"></script>
<script src="js/app.js"></script>
<style>
div {
width:500px;
height:500px;
}
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>