Home > Net >  Intro.js: Failed to find a valid digest in the 'integrity' attribute for resource with com
Intro.js: Failed to find a valid digest in the 'integrity' attribute for resource with com

Time:12-22

I am trying to implement a simple intro animation to my html page using Intro.js library.

  • I have included this library in my html page:
<script src="https://cdnjs.cloudflare.com/ajax/libs/intro.js/6.0.0/intro.min.js" integrity="sha512-i3JuyB yXgX08haAnY9OnbCuv a0aB6eLeKh970IOC3XOeWVnOtZlcla55VztDzqCHbl2zn9gpeNu2VBNdvmdQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  • This is my html code:
<div data-title="Welcome!" data-intro="Hello World!            
  • Related