Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
(Replaced content with "<!doctype html> <html> <head> <meta charset="utf-8"> <title>Demo</title> </head> <body> <a href="http://jquery.com/">jQuery</a> <script src="jquery.js">...")
 
(3 intermediate revisions not shown)
Line 1: Line 1:
-
<!doctype html>
+
 
<html>
<html>
   <head>
   <head>
Line 7: Line 7:
   <body>
   <body>
     <a href="http://jquery.com/">jQuery</a>
     <a href="http://jquery.com/">jQuery</a>
-
     <script src="jquery.js"></script>
+
     <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
     <script>
     <script>
-
     
+
      window.onload = function(){ alert("welcome"); }
     </script>
     </script>
 +
 +
   </body>
   </body>
</html>
</html>

Latest revision as of 09:36, 30 June 2011

Demo jQuery