Skip to content
Snippets Groups Projects
Commit 712ca73d authored by celmart's avatar celmart :speech_balloon:
Browse files

Upload New File

parent a8a3aa8b
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>Robot</title>
<meta charset="UTF-8" />
<!-- Via Internet -->
<script type="text/javascript" src="./lib/three.js"></script>
<script type="text/javascript" charset="UTF-8" src="./lib/TrackballControls.js"></script>
<script type="text/javascript" src="RobotFinal.js"></script>
<link rel="stylesheet" href="./css/basico.css">
</head>
<body>
<!-- Codigo para ejecutar la funcion init del fichero js -->
<script type="text/javascript">
(function () {
init()
})();
</script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment