Template:CSS/UT-Tokyo

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<link rel="shortcut icon" href="https://static.igem.org/mediawiki/2014/a/a9/Icon_32.gif">
+
<script type="text/javascript">
 +
function changeIcon(URL,no) {
 +
var link = document.createElement("link");
 +
link.type = "image/x-icon";
 +
link.rel = "shortcut icon";
 +
link.href = URL;
 +
 
 +
document.getElementsByTagName("head")[0].appendChild(link);
 +
}
 +
 
 +
changeIcon("https://static.igem.org/mediawiki/2014/a/a9/Icon_32.gif",0);
 +
 
 +
</script>
<style type="text/css">
<style type="text/css">

Revision as of 17:58, 17 October 2014