Team:WashU/mobilehome
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{washuback}} | {{washuback}} | ||
<html> | <html> | ||
+ | <script language=javascript> | ||
+ | <!-- | ||
+ | if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || ((navigator.userAgent.match(/iPad/i))) | ||
+ | { | ||
+ | location.replace("mobile.html"); | ||
+ | } | ||
+ | --> | ||
+ | </script> | ||
<head> | <head> | ||
<meta charset="UTF-8" /> | <meta charset="UTF-8" /> |