Team:UCSD Software/Notebook
From 2014.igem.org
(Difference between revisions)
(Replaced content with "<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** --> {{CSS/Main}} <html> <div ...") |
|||
Line 1: | Line 1: | ||
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** --> | <!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** --> | ||
- | + | <body> | |
- | + | <head> | |
- | + | <meta charset="UTF-8"> | |
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> | ||
+ | <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
+ | </head> | ||
<html> | <html> | ||
Line 9: | Line 15: | ||
</div> | </div> | ||
</html> | </html> | ||
+ | </body> |
Revision as of 18:31, 30 September 2014
<body>
<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>