Problems running codepen project on local machine
Just add a local path:
<script src="path/to/file.js"></script>
The above are partial absolute links - to make them work, you need Internet and to add https:
before the //
:
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/138941/draggble.min.js"></script>