Skip to content

Instantly share code, notes, and snippets.

@Sneijder21
Forked from 0frasure/cdn.html
Created July 11, 2019 15:10
Show Gist options
  • Save Sneijder21/3429937eeb393cd631acc25fd3009396 to your computer and use it in GitHub Desktop.
Save Sneijder21/3429937eeb393cd631acc25fd3009396 to your computer and use it in GitHub Desktop.
Bootstrap Material Design CDN
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/roboto.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/material-fullpalette.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/ripples.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/js/material.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/js/ripples.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment