WebIQ is a web HMI and as such all files have to be delivered by the web server. On the internet the browser security model prevent local access to files, as such you cannot use any local paths on your local disk: The proper way to implement this with WebIQ would be to create a LocalScript in Code Manager, add the code from animate.js and from the body of the HTML document there, add the LocalScript to your HMI in the Layout Manager, create a new Stylesheet in the Code Manager with the CSS code from style.css. The HTML widget inserts HTML code into the HMI - the HTML standard forbids multiple DOCTYPE declarations. You can insert HTML using the HTML widget, but not a complete document as this would not be valid HTML.
... View more