JS + Html headers?

Out of context: Reply #5

  • Started
  • Last post
  • 11 Responses
  • acescence0

    <meta name="description" content="Add your sites description here">
    <meta name="keywords" content="Add,your,site,keywords,here">

    <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
    <link rel="stylesheet" type="text/css" href="../css/print.css" media="print">
    <link rel="stylesheet" type="text/css" href="../css/reset.css" media="screen">
    <link rel="stylesheet" type="text/css" href="../css/style.css" media="screen">

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>

    <script type="text/javascript" src="../js/pagefade.js"></script>
    <script type="text/javascript" src="../js/pirobox.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    $().piroBox({
    my_speed: 300, //animation speed
    bg_alpha: 0.75, //background opacity
    slideShow : 'false', // true == slideshow on, false == slideshow off
    slideSpeed : 3, //slideshow
    close_all : '.piro_close' // add class .piro_overlay(with comma)if you want overlay click close piroBox
    });
    });
    </script>
    <script src="../js/jquery.ez-bg-resize.js" type="text/javascript" charset="utf-8"></script>
    <script src="../js/lib.js" type="text/javascript" charset="utf-8"></script>
    </head>

View thread