I am trying to include a Javascript file from Github into a local HTML file (like an image from Internet: <img src="http://...">).
I would like something like this:
<script src="https://github.com/[username]/[repository]/blob/master/public/[fileName].js"></script>
The problem is that this doesn't work. I am sure that this is possible.
How can I do this?
Edit: I use this only for testing.
