mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57: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 %}
 |