mirror of
https://gitlab.com/comunic/oldversionnewhomescreen
synced 2024-11-23 22:09:29 +00:00
Initial commit
This commit is contained in:
commit
0651ee7e3b
BIN
assets/route_1920x1080_light.jpg
Normal file
BIN
assets/route_1920x1080_light.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
34
assets/style.css
Normal file
34
assets/style.css
Normal file
@ -0,0 +1,34 @@
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.background {
|
||||
opacity: 0.3;
|
||||
background: url("./route_1920x1080_light.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.screen {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
21
index.html
Normal file
21
index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Comunic</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="assets/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="background"></div>
|
||||
|
||||
<div class="screen">
|
||||
|
||||
<div class="block">
|
||||
<p>Une nouvelle version de Comunic est disponible sur <a href="https://comunic.io/">https://comunic.io/</a></p>
|
||||
|
||||
<p><small><a href="?old">Utiliser l'ancienne version</a></small></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user