Added responsive tag

This commit is contained in:
Pierre 2017-06-03 16:31:23 +02:00
parent ad7eb5a5b1
commit 496f8f0041

View File

@ -25,6 +25,9 @@
<!-- Page title, should be automaticaly modified next --> <!-- Page title, should be automaticaly modified next -->
<title>Comunic</title> <title>Comunic</title>
<!-- Make the website responsive -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!--Stylesheet requirements --> <!--Stylesheet requirements -->
<?php <?php
foreach($config['CSSfiles'] as $file){ foreach($config['CSSfiles'] as $file){