Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
 
(35 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">
 
-
<head>
 
-
 
-
<script type="text/javascript">
 
-
   var _gaq = _gaq || [];
+
<html>
-
   _gaq.push(['_setAccount', 'UA-65298-13']);
+
   <head>
-
  _gaq.push(['_trackPageview']);
+
    <meta charset="utf-8">
 +
    <title>Demo</title>
 +
   </head>
 +
  <body>
 +
    <a href="http://jquery.com/">jQuery</a>
 +
    <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
 +
    <script>
 +
      window.onload = function(){ alert("welcome"); }
 +
    </script>
-
  (function() {
 
-
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 
-
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 
-
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 
-
  })();
 
-
</script>
+
  </body>
 +
</html>

Latest revision as of 09:36, 30 June 2011

Demo jQuery