e


        
        

        

            $(document).ready(function(){
                $(window).load(function(){
                    var link = document.createElement('link');
                    link.id = 'idp';
                    link.rel = 'stylesheet';
                    link.href = '/public/css/hydra-public.css';
                    var link2 = document.createElement('link');
                    link2.id = 'ida';
                    link2.rel = 'stylesheet';
                    link2.href = 'https://use.fontawesome.com/releases/v5.0.7/css/all.css';

                    $('head').prepend(link, link2);
                });
            });
        

        <!--
        
            window.onload = function (){
                var link = document.createElement('link');
                link.id = 'idp';
                link.rel = 'stylesheet';
                link.href = '/public/css/hydra-public.css';
                document.head.appendChild(link);
                var link2 = document.createElement('link');
                link2.id = 'ida';
                link2.rel = 'stylesheet';
                link2.href = 'https://use.fontawesome.com/releases/v5.0.7/css/all.css';
                document.head.appendChild(link2);
            }
        
        -->

        

e