From 2011.igem.org
(Difference between revisions)
|
|
(8 intermediate revisions not shown) |
Line 1: |
Line 1: |
| | | |
| <html> | | <html> |
- | <head> | + | <head> |
- | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | + | <meta charset="utf-8"> |
- | <title>Untitled Document</title> | + | <title>Demo</title> |
- | <script src="file:///Bly 2.0/Users/JimmyBly/Library/Application Support/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eam68fd8833.TMP/SpryMenuBar.js" type="text/javascript"></script> | + | </head> |
- | <link href="file:///Bly 2.0/Users/JimmyBly/Library/Application Support/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eam68fd8833.TMP/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css"> | + | <body> |
- | </head> | + | <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> |
| | | |
- | <body>
| |
- | <!-- PROJECT SECTION -->
| |
- | <li><a href="https://2008.igem.org/Team:KULeuven/Project"
| |
- | onmouseover="mopen('m4')" onmouseout="mclosetime()">The Project</a>
| |
- | <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
| |
- | <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
| |
- | <a href="https://2008.igem.org/Team:KULeuven/Concreties">Concrete Ideas</a>
| |
- | <a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
| |
- | </div>
| |
| | | |
- | </li>
| + | </body> |
- | | + | |
- | </body> | + | |
| </html> | | </html> |
Latest revision as of 09:36, 30 June 2011
Demo
jQuery