forked from gergely/calendar-social
		
	Add necessary META tags
Charset and viewport
This commit is contained in:
		@@ -9,6 +9,9 @@
 | 
			
		||||
        <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-192.png') }}">
 | 
			
		||||
 | 
			
		||||
        <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css">
 | 
			
		||||
 | 
			
		||||
        <meta charset="utf-8">
 | 
			
		||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 | 
			
		||||
{% block head %}{% endblock %}
 | 
			
		||||
    </head>
 | 
			
		||||
    <body>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user