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 -->
     <meta name="description" content="">
+
     <title>Bootstrap 101 Template</title>
    <meta name="author" content="">
+
    <link rel="icon" href="../../favicon.ico">
+
  
    <title>Starter Template for Bootstrap</title>
+
     <!-- Bootstrap -->
 
+
     <link href="css/bootstrap.min.css" rel="stylesheet">
     <!-- Bootstrap core CSS -->
+
     <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
+
 
+
    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
+
    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+
    <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
+
  
 
     <!-- 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 core JavaScript
+
    ================================================== -->
+
    <!-- Placed at the end of the document so the pages load faster -->
+
 
     <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>
    <script src="../../dist/js/bootstrap.min.js"></script>
+
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+
     <script src="js/bootstrap.min.js"></script>
     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
+
  </body>
 
+
 
</html>
 
</html>

Revision as of 19:31, 30 March 2015

<!DOCTYPE html> Bootstrap 101 Template

Hello, world!