Difference between revisions of "Team:British Columbia/Test/Custom CSS"
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
Line 5: | Line 6: | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
− | < | + | <title>Bootstrap 101 Template</title> |
− | + | ||
− | + | ||
− | + | <!-- Bootstrap --> | |
− | + | <link href="css/bootstrap.min.css" rel="stylesheet"> | |
− | <!-- Bootstrap | + | |
− | <link href=" | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
+ | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | <!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
Line 24: | Line 18: | ||
<![endif]--> | <![endif]--> | ||
</head> | </head> | ||
+ | <body> | ||
+ | <h1>Hello, world!</h1> | ||
− | + | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
− | <!-- Bootstrap | + | |
− | + | ||
− | + | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
− | + | <!-- Include all compiled plugins (below), or include individual files as needed --> | |
− | <!-- | + | <script src="js/bootstrap.min.js"></script> |
− | <script src=" | + | </body> |
− | + | ||
</html> | </html> |
Revision as of 19:31, 30 March 2015
<!DOCTYPE html>