Presentations don't open

Hello

I am having problems with some presentations that do not open whem I copy them to my provider.

This is one of them
https://paulozilberman.art.br/HCPA/Apresentacao_Mestrado_MPPC_HCPA.html

The original opens normally.
Apresentacao_Mestrado_MPPC_HCPA.zip (775.6 KB)

Even some older presentations that used to open normally just show a blanak page now.

It looks like you have an insecure reference to jQuery in the Head of your document: <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

If you update that to be: <script src="https://code.jquery.com/jquery-1.11.0.min.js"></script> it should resolve at least that issue.

Thank you very much Daniel, it is working