Team:UESTC-Software/Demo.html
From 2014.igem.org
(Difference between revisions)
Tangying0608 (Talk | contribs) (Created page with "{{CSS/Main}} <html> <head> <title>UESTC-Software</title> <meta http-equiv=Content-Type content="text/html;charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,c...") |
Tangying0608 (Talk | contribs) |
||
Line 18: | Line 18: | ||
</div> | </div> | ||
<div id="dAPK" class="dlBoard" style="display: none;"> | <div id="dAPK" class="dlBoard" style="display: none;"> | ||
- | <iframe width="100%" height="100%" src="http://www.youtube.com/embed/ | + | <iframe width="100%" height="100%" src="http://www.youtube.com/embed/iHRUfgIszYg" frameborder="0" allowfullscreen></iframe> |
</div> | </div> | ||
Line 188: | Line 188: | ||
} | } | ||
}); | }); | ||
+ | switch(location.hash) | ||
+ | { | ||
+ | case "#Android":$("#buttonAndroid").click(); | ||
+ | break; | ||
+ | case "#Desktop":$("#buttonDesktop").click(); | ||
+ | break; | ||
+ | }; | ||
}); | }); | ||
window.onresize = resizeWindow; | window.onresize = resizeWindow; |
Revision as of 17:56, 16 October 2014
Android
Desktop