Biomod/2012/TU Dresden/Nanosaurs/Sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: <html> <!--Start of javascripts, import jquery libraries--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!--Start of CS...)
 
No edit summary
Line 3: Line 3:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>


<!--Start of CSS modifications to base homepage given by Harvard/Wyss Institute -->
<script type"text/javascript">
 
// Main function that waits for the browser to be ready
$(document).ready(function(){
$("link").remove();
});
</script>


<body>
<body>

Revision as of 10:37, 6 October 2012

<html> <!--Start of javascripts, import jquery libraries--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

<script type"text/javascript">

// Main function that waits for the browser to be ready $(document).ready(function(){ $("link").remove(); }); </script>

<body> test </body> </html>