mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Changed welcome screen
This commit is contained in:
parent
698c4f08af
commit
05ad0cf513
18
index.php
18
index.php
@ -28,6 +28,9 @@
|
|||||||
<!-- Make the website responsive -->
|
<!-- Make the website responsive -->
|
||||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||||
|
|
||||||
|
<!-- UTF-8 support -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<!--Stylesheet requirements -->
|
<!--Stylesheet requirements -->
|
||||||
<?php
|
<?php
|
||||||
foreach($config['CSSfiles'] as $file){
|
foreach($config['CSSfiles'] as $file){
|
||||||
@ -69,8 +72,19 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- No javascript message, will be removed soon... -->
|
<!-- Welcome message -->
|
||||||
<p>Please consider using a modern browser which support Javascript to be able to use this website. We recomend you to download & install Mozilla Firefox...</p>
|
<div style="text-align: center; font-size: 150%; padding-top: 10%;">
|
||||||
|
Welcome !<br />
|
||||||
|
Bienvenue !<br /><br />
|
||||||
|
|
||||||
|
<img src="<?php echo config['pathAssets']; ?>img/roundProgress.gif" /><br /><br />
|
||||||
|
|
||||||
|
Please wait while Comunic is starting...<br />
|
||||||
|
Veuillez patienter pendant le démarrage de Comunic...<br /><br />
|
||||||
|
|
||||||
|
|
||||||
|
<p><small>If this screen doesn't disappear after a while, please check javascript is enabled in your browser...</small></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Javascript files inclusion -->
|
<!-- Javascript files inclusion -->
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user