mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Updated welcome message
This commit is contained in:
parent
f41ac3b107
commit
f4d019046d
@ -37,12 +37,24 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Welcome message -->
|
<!-- Welcome message -->
|
||||||
<div style="text-align: center; font-size: 150%; padding-top: 10%;">
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background-color: #001F3F;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notice {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 150%;
|
||||||
|
padding-top: 10%;
|
||||||
|
max-width: 300px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div class="notice">
|
||||||
Welcome !<br />
|
Welcome !<br />
|
||||||
Bienvenue !<br /><br />
|
Bienvenue !<br /><br />
|
||||||
|
|
||||||
<img src="{ASSETS_URL}img/roundProgress.gif" /><br /><br />
|
|
||||||
|
|
||||||
Please wait while Comunic is starting...<br />
|
Please wait while Comunic is starting...<br />
|
||||||
Veuillez patienter pendant le démarrage de Comunic...<br /><br />
|
Veuillez patienter pendant le démarrage de Comunic...<br /><br />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user