Team:Trieste/Template:head

From 2012.igem.org

Revision as of 13:29, 3 September 2012 by Srebrnicaljaz (Talk | contribs)

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" ></script> <script type="text/javascript"> $(function(){

   $('head').html($('headd').children());
   id = $('bbody').attr('id');
   $('body').html($('bbody').children());
   $('body').attr('id', id);

}); </script>

<headd>

   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link href="/Team:Trieste/static/frontend.css?action=raw&ctype=text/css" media="screen" rel="stylesheet" type="text/css" />
   <title>Team Trieste iGEM 2012</title>
</headd>