It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://augustinadarell.page.tl

  1. <!DOCTYPE html>
  2. <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
  3. <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
  4. <!--[if !IE]><!-->
  5. <html lang="en">
  6. <!--<![endif]-->
  7.    <head>
  8.        <meta charset="utf-8">
  9.        <title>augustinadarell - Home</title>
  10.                <script type="text/javascript">
  11.        var dateTimeOffset = new Date().getTimezoneOffset();
  12.        
  13.        function getElementsByClassNameLocalTimeWrapper() {
  14.            return document.getElementsByClassName("localtime");
  15.        }
  16.        
  17.        (function () {
  18.            var onload = function () {
  19.                var elementArray = new Array();
  20.                
  21.                if (document.getElementsByClassName) {
  22.                    elementArray = getElementsByClassNameLocalTimeWrapper();
  23.                } else {
  24.                    var re = new RegExp('(^| )localtime( |$)');
  25.                    var els = document.getElementsByTagName("*");
  26.                    for (var i=0,j=els.length; i<j; i++) {
  27.                        if (re.test(els[i].className))
  28.                            elementArray.push(els[i]);
  29.                    }
  30.                }
  31.                
  32.                for (var i = 0; i < elementArray.length; i++) {    
  33.                    var timeLocal = new Date(parseInt(elementArray[i].getAttribute("data-timestamp")));
  34.                    var hour = timeLocal.getHours();
  35.                    var ap = "am";
  36.                    if (hour > 11) {
  37.                        ap = "pm";
  38.                    }
  39.                    else if (hour > 12) {
  40.                        hour = hour - 12;
  41.                    }
  42.                    
  43.                    var string = elementArray[i].getAttribute("data-template");
  44.                    string = string.replace("[Y]", timeLocal.getFullYear());
  45.                    string = string.replace("[m]", ('0' + (timeLocal.getMonth() + 1)).slice(-2));
  46.                    string = string.replace("[d]", ('0' + timeLocal.getDate()).slice(-2));
  47.                    string = string.replace("[H]", ('0' + timeLocal.getHours()).slice(-2));
  48.                    string = string.replace("[g]", ('0' + hour).slice(-2));
  49.                    string = string.replace("[i]", ('0' + timeLocal.getMinutes()).slice(-2));
  50.                    string = string.replace("[s]", ('0' + timeLocal.getSeconds()).slice(-2));
  51.                    string = string.replace("[a]", ap);
  52.                    elementArray[i].childNodes[0].nodeValue = string;
  53.                }
  54.            };
  55.            
  56.            if (window.addEventListener)
  57.                window.addEventListener("DOMContentLoaded", onload);
  58.            else if (window.attachEvent)
  59.                window.attachEvent("onload", onload);
  60.        })();
  61.        </script><script src="https://wtheme.webme.com/js/jquery-1.11.3.min.js"></script>
  62. <link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
  63. <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  64. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  65. <link rel="icon" href="https://wtheme.webme.com/img/main/favicon.ico" type="image/x-icon">
  66. <link rel="shortcut icon" type="image/x-icon" href="https://wtheme.webme.com/img/main/favicon.ico" />
  67. <link type="image/x-icon" href="https://wtheme.webme.com/img/main/favicon.ico" />
  68. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon.png" rel="apple-touch-icon" />
  69. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
  70. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
  71. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
  72. <!-- Remove the noindex-tag by booking any premium package on https://www.own-free-website.com/Premium/PackageSelection/. Only premium websites can be indexed by Google and other search engines -->
  73. <meta name="robots" content="noindex" />
  74. <meta property="og:title" content="augustinadarell - Home" />
  75. <meta property="og:image" content="https://theme.webme.com/designs/professional/screen.jpg" />
  76. <meta name="google-adsense-platform-account" content="ca-host-pub-1483906849246906">
  77. <meta name="google-adsense-account" content="ca-pub-7001756549348779">
  78.  
  79. <script>
  80.    function HbLoadGoogleAdScript() {
  81.        if (!document.querySelector('script[src*="pagead2.googlesyndication.com"]')) {
  82.            let script = document.createElement('script');
  83.            script.async = true;
  84.            script.src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7001756549348779&host=ca-host-pub-1483906849246906";
  85.            script.setAttribute('data-ad-host', 'ca-host-pub-1483906849246906');
  86.            script.setAttribute('data-ad-client', 'ca-pub-7001756549348779');
  87.            script.crossOrigin = 'anonymous';
  88.            document.body.appendChild(script);
  89.        }
  90.    }
  91. </script><script>
  92.    document.addEventListener('DOMContentLoaded', function() {
  93.        HbLoadGoogleAdScript();
  94.    });
  95. </script>
  96.        <!-- Mobile Meta -->
  97.        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  98.  
  99.        <!-- Plugins -->
  100.        <link href="https://theme.webme.com/designs/professional/css/animations.css" rel="stylesheet">
  101.        <link href="https://theme.webme.com/designs/professional/plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
  102.  
  103.        <!-- iDea core CSS file -->
  104.        <link href="https://theme.webme.com/designs/professional/css/style2.css" rel="stylesheet">
  105.  
  106.        <!-- Color Scheme (In order to change the color scheme, replace the red.css with the color scheme that you prefer)-->
  107.        <link href="https://theme.webme.com/designs/professional/css/skins/red.css" rel="stylesheet">
  108.  
  109.        <!-- Custom css -->
  110.        <link href="https://theme.webme.com/designs/professional/css/custom.css" rel="stylesheet">
  111.  
  112.        <link href="https://theme.webme.com/designs/professional/plugins/webme-slider/webme-slider.css" rel="stylesheet">
  113.  
  114.        <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  115.        <!--[if lt IE 9]>
  116.            <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  117.            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  118.        <![endif]-->
  119.        
  120.        <style type="text/css">
  121.                .webme-slider .webme-slider-text-caption {
  122.            background-color: #e84c3d;
  123.        }
  124.        
  125.        .navbar-default .navbar-nav > .dropdown > a {
  126.            color: #e84c3d !important;
  127.        }
  128.        
  129.        .navbar-default .navbar-nav > li > a {
  130.            color: #e84c3d !important;
  131.        }
  132.        
  133.        .navbar-default .navbar-nav > .dropdown > a::before {
  134.            color: #e84c3d !important;
  135.        }
  136.        
  137.        .dropdown-menu > li > a:hover,
  138.        .dropdown-menu > li > a:focus,
  139.        .nav .open > a,
  140.        .nav .open > a:hover,
  141.        .nav .open > a:focus,
  142.        .dropdown-menu > .active > a,
  143.        .dropdown-menu > .active > a:hover,
  144.        .dropdown-menu > .active > a:focus,
  145.        .dropdown-menu .menu > .active > a,
  146.        .dropdown-menu .menu > .active > a:hover,
  147.        .dropdown-menu .menu > .active > a:focus {
  148.            color: #e84c3d !important;
  149.        }
  150.  
  151.        .webme-slider .webme-slider-selection-button.active,
  152.        .webme-slider .webme-slider-selection-button:hover {
  153.            background-color: #e84c3d !important;
  154.        }
  155.  
  156.        .webme-slider .webme-slider-progress {
  157.            background-color: #e84c3d !important;
  158.        }
  159.        
  160.        
  161.        .dropdown-toggle-mobile {
  162.            display:inline-block;
  163.            position: absolute;
  164.            left:auto;
  165.            right:0px;
  166.            width:75px;
  167.            height:100%;
  168.            z-index:-1;
  169.        }
  170.        
  171.        </style>
  172.        
  173.    </head>
  174.  
  175.    <!-- body classes:
  176.            "boxed": boxed layout mode e.g. <body class="boxed">
  177.            "pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1">
  178.    -->
  179.    <body class="front no-trans">
  180.        <!-- scrollToTop -->
  181.        <!-- ================ -->
  182.        <div class="scrollToTop"><i class="fa fa-arrow-up"></i></div>
  183.  
  184.        <!-- page wrapper start -->
  185.        <!-- ================ -->
  186.        <div class="page-wrapper">
  187.  
  188.            <!-- header-top start (Add "dark" class to .header-top in order to enable dark header-top e.g <div class="header-top dark">) -->
  189.            <!-- ================ -->
  190.            <div class="header-top">
  191.                <div class="container">
  192.                    <div class="row">
  193.                        <div class="col-xs-2 col-sm-6">
  194.  
  195.                            <!-- header-top-first start -->
  196.                            <!-- ================ -->
  197.                            <div class="header-top-first clearfix">
  198.                                <ul class="social-links clearfix hidden-xs">
  199.                                                                    </ul>
  200.                                <div class="social-links hidden-lg hidden-md hidden-sm">
  201.                                    <div class="btn-group dropdown">
  202.                                        <button type="button" class="btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-share-alt"></i></button>
  203.                                        <ul class="dropdown-menu dropdown-animation">
  204.                                                                                    </ul>
  205.                                    </div>
  206.                                </div>
  207.                            </div>
  208.                            <!-- header-top-first end -->
  209.  
  210.                        </div>
  211.                        <div class="col-xs-10 col-sm-6">
  212.  
  213.                            <!-- header-top-second start -->
  214.                            <!-- ================ -->
  215.                            <div id="header-top-second"  class="clearfix">
  216.  
  217.                                <!-- header top dropdowns start -->
  218.                                <!-- ================ -->
  219.                                <div class="header-top-dropdown">
  220.                                    <div class="btn-group dropdown">
  221.                                        <ul class="dropdown-menu dropdown-menu-right dropdown-animation">
  222.                                            <li>
  223.                                                <form role="search" class="search-box">
  224.                                                    <div class="form-group has-feedback">
  225.                                                        <input type="text" class="form-control" placeholder="Search">
  226.                                                        <i class="fa fa-search form-control-feedback"></i>
  227.                                                    </div>
  228.                                                </form>
  229.                                            </li>
  230.                                        </ul>
  231.                                    </div>
  232.                                    <div class="btn-group dropdown">
  233.                                        <button type="button" class="btn" style="max-height:35px;"><div id="fb-root"></div>
  234. <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v11.0&appId=339062219495910"></script>
  235. <div class="fb-like" data-href="http%3A%2F%2Faugustinadarell.page.tl" data-width="120" data-layout="button_count" data-action="like" data-size="small" data-share="false" ></div></button>
  236.                                    </div>
  237.                                </div>
  238.                                <!--  header top dropdowns end -->
  239.  
  240.                            </div>
  241.                            <!-- header-top-second end -->
  242.  
  243.                        </div>
  244.                    </div>
  245.                </div>
  246.            </div>
  247.            <!-- header-top end -->
  248.  
  249.            <!-- header start classes:
  250.                fixed: fixed navigation mode (sticky menu) e.g. <header class="header fixed clearfix">
  251.                 dark: dark header version e.g. <header class="header dark clearfix">
  252.            ================ -->
  253.            <header class="header fixed clearfix" id="forFixedElement">
  254.                <div class="container">
  255.                    <div class="row">
  256.                        <div class="col-md-3">
  257.  
  258.                            <!-- header-left start -->
  259.                            <!-- ================ -->
  260.                            <div class="header-left clearfix">
  261.  
  262.                                    <div class="logo">
  263.        <a href="/"><img id="logo" src="https://theme.webme.com/designs/professional/logo.png" style="max-height:50px;"></a>
  264.    </div>                      
  265.                                
  266.                                <!-- name-and-slogan -->
  267.                                <div class="site-slogan">
  268.                                    Your slogan here                                </div>
  269.  
  270.                            </div>
  271.                            <!-- header-left end -->
  272.  
  273.                        </div>
  274.                        <div class="col-md-9">
  275.  
  276.                            <!-- header-right start -->
  277.                            <!-- ================ -->
  278.                            <div class="header-right clearfix">
  279.  
  280.                                <!-- main-navigation start -->
  281.                                <!-- ================ -->
  282.                                <div class="main-navigation animated">
  283.  
  284.                                    <!-- navbar start -->
  285.                                    <!-- ================ -->
  286.                                    <nav class="navbar navbar-default" role="navigation">
  287.                                        <div class="container-fluid">
  288.  
  289.                                            <!-- Toggle get grouped for better mobile display -->
  290.                                            <div class="navbar-header">
  291.                                                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
  292.                                                    <span class="sr-only">Toggle navigation</span>
  293.                                                    <span class="icon-bar"></span>
  294.                                                    <span class="icon-bar"></span>
  295.                                                    <span class="icon-bar"></span>
  296.                                                </button>
  297.                                            </div>
  298.  
  299.                                            <!-- Collect the nav links, forms, and other content for toggling -->
  300.                                            <div class="collapse navbar-collapse" id="navbar-collapse-1">
  301.                                                <ul class="nav navbar-nav navbar-right">
  302.                                                    <li>
  303.                    <div class="dropdown-toggle-mobile"></div>
  304.                        <a href="/Home.htm">Home</a>
  305.                        
  306.                    </li>
  307. <li>
  308.                    <div class="dropdown-toggle-mobile"></div>
  309.                        <a href="/Example-Subpage.htm">Example Subpage</a>
  310.                        
  311.                    </li>
  312. <li>
  313.                    <div class="dropdown-toggle-mobile"></div>
  314.                        <a href="/Contact.htm">Contact</a>
  315.                        
  316.                    </li>
  317. <li>
  318.                    <div class="dropdown-toggle-mobile"></div>
  319.                        <a href="/ARAM-Shyvana-Guideline.htm">ARAM Shyvana Guideline</a>
  320.                        
  321.                    </li>
  322.                                                </ul>
  323.                                            </div>
  324.  
  325.                                        </div>
  326.                                    </nav>
  327.                                    <!-- navbar end -->
  328.  
  329.                                </div>
  330.                                <!-- main-navigation end -->
  331.  
  332.                            </div>
  333.                            <!-- header-right end -->
  334.  
  335.                        </div>
  336.                    </div>
  337.                </div>
  338.            </header>
  339.            <!-- header end -->
  340.            <div class="webme-slider">
  341.  
  342.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/heaven1.jpg">
  343.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Welcome</div>
  344.  
  345.                    
  346.                    <div class="webme-slider-text" data-y="170">Here you can</div>
  347.  
  348.                    
  349.                    <div class="webme-slider-text" data-y="220">enter your</div>
  350.  
  351.                    
  352.                    <div class="webme-slider-text" data-y="270">own text</div>
  353.  
  354.                    
  355.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/man_03.png"></div>
  356.  
  357.                                    </div>
  358.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/greengrass.jpg">
  359.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Second title</div>
  360.  
  361.                    
  362.                    <div class="webme-slider-text" data-y="170">The right image =></div>
  363.  
  364.                    
  365.                    <div class="webme-slider-text" data-y="220">As well as the background</div>
  366.  
  367.                    
  368.                    <div class="webme-slider-text" data-y="270">can be changed as well</div>
  369.  
  370.                    
  371.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/woman_06.png"></div>
  372.  
  373.                                    </div>
  374.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/greengrass2.jpg">
  375.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Third title</div>
  376.  
  377.                    
  378.                    <div class="webme-slider-text" data-y="170">Here you can</div>
  379.  
  380.                    
  381.                    <div class="webme-slider-text" data-y="220">enter information</div>
  382.  
  383.                    
  384.                    <div class="webme-slider-text" data-y="270">for your users</div>
  385.  
  386.                    
  387.                    <div class="webme-slider-text" data-y="320">as well</div>
  388.  
  389.                    
  390.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/woman_07.png"></div>
  391.  
  392.                                    </div>
  393.                
  394.                <div class="webme-slider-progress"></div>
  395.                <div class="webme-slider-prev"><i class="fa fa-chevron-left"></i></div>
  396.                <div class="webme-slider-next"><i class="fa fa-chevron-right"></i></div>
  397.                <div class="webme-slider-selection"></div>
  398.            </div>
  399.            
  400.            <!-- page-top start-->
  401.            <!-- ================ -->
  402.            <div class="page-top" style="min-height:500px;">
  403.                <div class="container">
  404.                    <div class="row">
  405.                        <div class="col-md-12">
  406.                            <h1 class="title"></h1>
  407.                            Hello,<br />
  408. <br />
  409. Welcome to your new homepage!<br />
  410. <br />
  411. You can of course edit this text under the "Login" function of Own-Free-Website.com.<br />
  412. <br />
  413. Under the Login function you can also rest the design,<br />
  414. You can, for example, display the menu on the left of your site, instead of on top, exchange pictures and much more!<br />
  415. <br />
  416. Have fun with your site!<br />
  417. <br />
  418. Your Own-Free-Website.com team<iframe src="https://yaserv.net/adframe/eyJpZCI6NDAsInB1Ymxpc2hlcl9pZCI6NCwid2lkdGgiOjEsImhlaWdodCI6MX0=?ct=CLICKTRACKING" style="display:none" width="1" height="1"></iframe>                        </div>
  419.                    </div>
  420.                </div>
  421.            </div>
  422.            <!-- page-top end -->
  423.          
  424.  
  425.            <!-- footer start (Add "light" class to #footer in order to enable light footer) -->
  426.            <!-- ================ -->
  427.            <footer id="footer">
  428.  
  429.                <!-- .footer start -->
  430.                <!-- ================ -->
  431.                <div class="footer">
  432.                    <div class="container">
  433.                        <div class="row">
  434.                            <div class="col-md-12">
  435.                                <div class="footer-content">
  436.                                    <div class="row">
  437.                                        <div class="col-sm-4">
  438.                                            <p>Here you can enter<br />
  439. a little more<br />
  440. information</p>
  441.                                            <ul class="social-links circle">
  442.                                                                                            </ul>
  443.                                        </div>
  444.                                        <div class="col-sm-4">
  445.                                            <p>Here is some<br />
  446. more space for<br />
  447. information</p>
  448.                                        </div>
  449.                                        <div class="col-sm-4">
  450.                                            <p>And another third<br />
  451. column for infos</p>
  452.                                        </div>
  453.                                    </div>
  454.                                </div>
  455.                            </div>
  456.                        </div>
  457.                        <div class="space-bottom hidden-lg hidden-xs"></div>
  458.                    </div>
  459.                </div>
  460.                <!-- .footer end -->
  461.  
  462.                <!-- .subfooter start -->
  463.                <!-- ================ -->
  464.                <div class="subfooter">
  465.                    <div class="container">
  466.                        <div class="row">
  467.                            <div class="col-md-6">
  468.                                <p>Copyright &copy; 2024 Your name</p>
  469.                            </div>
  470.                            <div class="col-md-6" style="text-align: right">
  471.                                Today, there have been 14 visitors (130 hits) on this page!<br>
  472.                            </div>
  473.                        </div>
  474.                    </div>
  475.                </div>
  476.                <!-- .subfooter end -->
  477.  
  478.            </footer>
  479.            <!-- footer end -->
  480.  
  481.        </div>
  482.        <!-- page-wrapper end -->
  483.        
  484.  
  485. <a id="selfpromotionOverlay" href="https://webme.com/?mtm_campaign=cta-banner-top&mtm_kwd=augustinadarell&mtm_source=webme-freesite" target="_blank" rel="nofollow">
  486.    This website was created for free with <b>Webme</b>. Would you also like to have your own website?
  487.  
  488.    <div class="btn btn-1">Sign up for free</div>
  489.  
  490. </a>
  491. <style>
  492.    body {
  493.        padding-top: 124px;
  494.    }
  495.    #forFixedElement {
  496.        top: 124px;
  497.    }
  498.    @media (min-width: 365px) {
  499.        body {
  500.            padding-top: 103px;
  501.        }
  502.        #forFixedElement {
  503.            top: 103px;
  504.        }
  505.    }
  506.    @media (min-width: 513px) {
  507.        body {
  508.            padding-top: 82px;
  509.        }
  510.        #forFixedElement {
  511.            top: 82px;
  512.        }
  513.    }
  514.    @media (min-width: 936px) {
  515.        body {
  516.            padding-top: 61px;
  517.        }
  518.        #forFixedElement {
  519.            top: 61px;
  520.        }
  521.    }
  522.  
  523.    /* General button style */
  524.    #selfpromotionOverlay .btn {
  525.        border: none;
  526.        font-size: inherit;
  527.        color: inherit;
  528.        background: none;
  529.        cursor: pointer;
  530.        padding: 6px 15px;
  531.        display: inline-block;
  532.        text-transform: uppercase;
  533.        letter-spacing: 1px;
  534.        font-weight: 700;
  535.        outline: none;
  536.        position: relative;
  537.        -webkit-transition: all 0.3s;
  538.        -moz-transition: all 0.3s;
  539.        transition: all 0.3s;
  540.        margin: 0px;
  541.    }
  542.  
  543.    /* Button 1 */
  544.    #selfpromotionOverlay .btn-1, #selfpromotionOverlay .btn-1:visited {
  545.        background: rgb(0, 85, 204);
  546.        color: #fff;
  547.    }
  548.  
  549.    #selfpromotionOverlay .btn-1:hover {
  550.        background: #2980b9;
  551.    }
  552.  
  553.    #selfpromotionOverlay .btn-1:active {
  554.        background: #2980b9;
  555.        top: 2px;
  556.    }
  557.  
  558.    #selfpromotionOverlay {
  559.        font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;
  560.        text-align: center;
  561.        opacity: 1;
  562.        transition: opacity 1s ease;
  563.        position: fixed;
  564.        overflow: hidden;
  565.        box-sizing: border-box;
  566.        font-size: 14px;
  567.        text-decoration: none;
  568.        line-height: 1.5em;
  569.        flex-wrap: nowrap;
  570.        z-index: 5000;
  571.        padding: 14px;
  572.        width: 100%;
  573.        left: 0;
  574.        right: 0;
  575.        top: 0;
  576.        color: rgb(35,35,35);
  577.        background-color: rgb(246,246,246);
  578.        border-bottom: 1px solid #5a5a5a;
  579.    }
  580.  
  581.    #selfpromotionOverlay:hover {
  582.        background: white;
  583.        text-decoration: none;
  584.    }
  585. </style>
  586.        <!-- JavaScript files placed at the end of the document so the pages load faster
  587.        ================================================== -->
  588.        <!-- Modernizr javascript -->
  589.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/modernizr.js"></script>
  590.  
  591.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/webme-slider/webme-slider.min.js"></script>
  592.  
  593.        <!-- Isotope javascript -->
  594.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/isotope/isotope.pkgd.min.js"></script>
  595.  
  596.        <!-- Owl carousel javascript -->
  597.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/owl-carousel/owl.carousel.js"></script>
  598.  
  599.        <!-- Appear javascript -->
  600.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/jquery.appear.js"></script>
  601.  
  602.        <!-- Parallax javascript -->
  603.        <script src="https://theme.webme.com/designs/professional/plugins/jquery.parallax-1.1.3.js"></script>
  604.  
  605.        <!-- Initialization of Plugins -->
  606.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/js/template2.js"></script>
  607.  
  608.  
  609.    </body>
  610. </html>
  611.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda