mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-30 07:27:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% include meta.html %}
 | |
| 
 | |
| <!-- Material Design fonts -->
 | |
| <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
 | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
 | |
| 
 | |
| <!-- Material Design for Bootstrap generic -->
 | |
| {% if site.data.minified %}
 | |
| <link href="{{ site.baseurl }}/dist/css/bootstrap-material-design.min.css" rel="stylesheet">
 | |
| {% else %}
 | |
| <link href="{{ site.baseurl }}/dist/css/bootstrap-material-design.css" rel="stylesheet">
 | |
| {% endif %}
 |