yeatmanlab / AFQ-Browser

Browser-based visualization tools for AFQ results
BSD 3-Clause "New" or "Revised" License
33 stars 15 forks source link

w3 css protocol relative url #154

Closed richford closed 7 years ago

richford commented 7 years ago

This PR fixes the mixed content warning that we were getting on some browsers. It uses the protocol relative url for the w3 css stylesheet, rather than the explicit http protocol.

This PR also adds a favicon.ico file and links it in index.html.

richford commented 7 years ago

@arokem, @jyeatman, @anotherjoshsmith Feel free to pick another favicon.ico image. We can also choose not to have one and I can just suppress the warning that Chrome spits out onto the console.

richford commented 7 years ago

Rebased after merging of #156.