Team:TecMonterrey/test2
From 2013.igem.org
(Difference between revisions)
KingDavid2 (Talk | contribs) (Created page with "<html> <style type="text/css"> .cyt_genomiso{display:none;} .cyt_amp_mtr{display:none;} .cyt_clean_mtr{display:none} </style> </html>") |
KingDavid2 (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | <html> | + | <!DOCTYPE html> |
- | < | + | <html lang="en"> |
- | . | + | <head> |
- | . | + | <meta charset="utf-8"> |
- | . | + | <title>Bootstrap, from LayoutIt!</title> |
- | </style> | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
+ | |||
+ | <!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
+ | <!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
+ | <!--script src="js/less-1.3.3.min.js"></script--> | ||
+ | <!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
+ | |||
+ | <link href="css/bootstrap.min.css" rel="stylesheet"> | ||
+ | <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> | ||
+ | <link href="css/style.css" rel="stylesheet"> | ||
+ | |||
+ | <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="js/html5shiv.js"></script> | ||
+ | <![endif]--> | ||
+ | |||
+ | <!-- Fav and touch icons --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png"> | ||
+ | <link rel="shortcut icon" href="img/favicon.png"> | ||
+ | |||
+ | <script type="text/javascript" src="js/jquery.min.js"></script> | ||
+ | <script type="text/javascript" src="js/bootstrap.min.js"></script> | ||
+ | <script type="text/javascript" src="js/scripts.js"></script> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 15:21, 5 September 2013
<!DOCTYPE html>