Including files from Github into HTML pages

kareem289

New Member
I am trying to include a Javascript file from Github into a local HTML file (like an image from Internet: \[code\]<img src="http://...">\[/code\]). I would like something like this:\[code\]<script src="https://github.com/[username]/[repository]/blob/master/public/[fileName].js"></script>\[/code\]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.
 
Back
Top