Aline-Claire (Talk | contribs) |
|||
Line 416: | Line 416: | ||
<!-- Start of content --> | <!-- Start of content --> | ||
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | ||
+ | |||
+ | <!-- Favicon and touch icons --> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script> | ||
+ | <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> | ||
+ | |||
+ | <link rel="stylesheet" | ||
+ | href="https://2017.igem.org/Template:Heidelberg/highlightjs/CSS?action=raw&ctype=text/css"> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/highlightjs/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | hljs.initHighlightingOnLoad(); | ||
+ | |||
+ | $( document ).ready( function() { | ||
+ | $('link[rel="shortcut icon"]').attr('href','https://static.igem.org/mediawiki/2018/7/72/T--McMaster--Brain.png'); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <!-- End Favicon and touch icons --> | ||
</html> | </html> |
Revision as of 04:39, 17 October 2018