mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
Removed the protocol in the CSS link tag.
This commit is contained in:
parent
8a6045eff7
commit
4b0937a8f5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user