UNPKG

material-design-kit

Version:

Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.

17 lines (12 loc) 695 B
<!-- Prevent the demo from appearing in search engines --> <meta name="robots" content="noindex"> <!-- Roboto Web Font --> <link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en" rel="stylesheet"> <!-- Material Design Icons --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- App CSS --> <link type="text/css" href="assets/css/app.css" rel="stylesheet"> <!-- Demo CSS --> <link type="text/css" href="assets/css/demo.css" rel="stylesheet"> <!-- Load polyfills to support older browsers --> <script src="https://polyfill.io/v3/polyfill.min.js" crossorigin="anonymous"></script>