Added a landing page

This commit is contained in:
Pierre
2017-05-22 18:33:39 +02:00
parent 6a738e6032
commit 2e85aa9c21
3 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<!--
Home landing page
@author Pierre HUBERT
-->
<div id="homeLandingScreen">
<div class="landingMessage">
<h1>ComunicWeb V2 Experimental preview</h1>
</div>
</div>
<!-- Page styles -->
<style type="text/css">
#homeLandingScreen{
width: 100%;
height: 100%;
position: fixed;
text-align: center;
padding: 60px;
background-position: 50% 50%;
}
#homeLandingScreen .landingMessage {
position: relative;
background-color: #fff6;
}
</style>