Difference between revisions of "Team:British Columbia/Test/Custom CSS"

Line 2: Line 2:
 
   <head>
 
   <head>
 
<!-- Latest compiled and minified CSS -->
 
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
  
 
<!-- Optional theme -->
 
<!-- Optional theme -->
Line 8: Line 8:
  
 
<!-- Latest compiled and minified JavaScript -->
 
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  
 
<body>
 
<body>
 
     <h1>Hello, world!</h1>
 
     <h1>Hello, world!</h1>
 
</body>
 
</body>

Revision as of 19:42, 30 March 2015

Hello, world!