mirror of
https://gitlab.com/comunic/oldversionnewhomescreen
synced 2024-11-22 13:29:28 +00:00
21 lines
438 B
HTML
21 lines
438 B
HTML
<!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> |