|
|
(34 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> |
- | <style>
| + | </html> |
- | h2{color:#96d446; }
| + | |
- | h1, h2, h3, h4, h5{font-family:"Vollkorn", serif; font-size:200%; line-height:35px; border-bottom:0; margin-bottom:5px; border-top:1px dotted #e3e3e3; margin-top:10px; padding-top:30px; font-weight:normal;}
| + | |
- | h2.noline{ border-top:0; margin-top:0; padding-top:0; margin-bottom:0; line-height:20px; padding-top:2px; font-size:20px;}
| + | |
- | h2.topheader{border-top:0; padding-top:0; margin-top:5px;}
| + | |
- | | + | |
- | </style>
| + | |
- | | + | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>
| + | |
- | <script type='text/javascript' src='http://www.srcf.ucam.org/~wac26/iGEM/jquery.lavalamp-1.3.4b.js'></script>
| + | |
- | <script type='text/javascript' src='http://www.srcf.ucam.org/~wac26/iGEM/jquery.easing.1.3.js'></script>
| + | |