Removed the protocol in the CSS link tag.

This commit is contained in:
Siddharth Kannan 2014-10-01 13:10:15 +05:30
parent 8a6045eff7
commit 4b0937a8f5

View File

@ -2,7 +2,7 @@
<head> <head>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="material/ripples.css" rel="stylesheet"> <link href="material/ripples.css" rel="stylesheet">
<link href="material/material.css" rel="stylesheet"> <link href="material/material.css" rel="stylesheet">
@ -45,4 +45,4 @@
</body> </body>
</html> </html>