Wp_enqueue style does not work with my PG 5.941

Issue is fixed since my fault was that this html file was using another file as main template. This means header and footer are not created from this other html file.
So to add this script I added it in my main template: index.html instead of this 2nd new html file.
An wordpress export from the main file also exports the header and footer which then have the wp_enqueue code.

2 Likes