Team:TAS Taipei/home
From 2014hs.igem.org
(Difference between revisions)
Xiaoyangkao2 (Talk | contribs) |
Xiaoyangkao2 (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | |||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
<title>TAS Taipei iGEM Wiki</title> | <title>TAS Taipei iGEM Wiki</title> | ||
- | <link rel="shortcut icon" href="static | + | <link rel="shortcut icon" href="https://static.igem.org/mediawiki/2014hs/2/2f/Tas_igemlogo.png"> |
<!-- <link rel="stylesheet/less" type='css/less' href="./igem_server_reset.less"> --> | <!-- <link rel="stylesheet/less" type='css/less' href="./igem_server_reset.less"> --> | ||
Line 30: | Line 32: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
if(document.domain === "2014hs.igem.org") | if(document.domain === "2014hs.igem.org") | ||
- | $("style:eq(0)").remove(); | + | setTimeout(function() { |
+ | $("style:eq(0)").remove(); | ||
+ | }, 500); | ||
}); | }); | ||
</script> | </script> |
Revision as of 02:21, 21 June 2014
<!DOCTYPE html>