Animation to website

Permalink
Hi guys,

i have build a html5 animation with Animatron online service and i just downloaded one resource file (html) that i got from them that included html and javascript.

What is the best practise to add this into my site's header content block?? And what about those image refrences in javasript??

This is out of my knowledge...


<!doctype html>
<!--
    ~ Copyright (c) 2011-2014 by Animatron.
    ~ All rights are reserved.
-->
<html>
<head>
    <style type="text/css">
       html, body {
            margin: 0;
            padding: 0;
        }
        body.no-iframe {
            background-color: rgb(51, 51, 51);
        }


// Mika

 
CMSDeveloper replied on at Permalink Reply
CMSDeveloper
Hello, Aada
See my responds here please!
https://www.concrete5.org/community/forums/customizing_c5/animation-...

Peter