xxxxxxxxxx
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Basic Tween</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="demo">
<div id="logo"></div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js'></script>
<!-- your custom javascript file -->
<script src="js/index.js"></script>
</body>
</html>
xxxxxxxxxx
<!--In-between you head tags put:-->
<script src="SOURCE URL HERE"></script>
<!--For easy copy/paste:-->
<script src=""></script>