Difference between revisions of "Team:Hong Kong HKUST"

Line 3: Line 3:
 
<head>
 
<head>
 
</head>
 
</head>
<link media="only screen and (max-device-width: 370px)" rel="alternate" href="https://2016.igem.org/Team:Hong_Kong_HKUST/moblie"/>
+
 
 
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
 
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
+
 
 +
  if (screen.width <= 800) {
 +
    window.location = "https://2016.igem.org/Team:Hong_Kong_HKUST/moblie";
 +
  }
 +
 
 
document.getElementById("firstHeading").style.display = "none";
 
document.getElementById("firstHeading").style.display = "none";
 
document.getElementById("top_title").style.display = "none";
 
document.getElementById("top_title").style.display = "none";

Revision as of 16:07, 7 October 2016

if (screen.width <= 800) { window.location = "https://2016.igem.org/Team:Hong_Kong_HKUST/moblie"; } document.getElementById("firstHeading").style.display = "none"; document.getElementById("top_title").style.display = "none";