Ajout de la page webmail
This commit is contained in:
parent
03fef1b58c
commit
e381f974a9
|
@ -0,0 +1,66 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- BEGIN LICENSE BLOCK
|
||||
|
||||
Authors : Ouvaton
|
||||
Licensed under the GPL license.
|
||||
See http://www.gnu.org/licenses/gpl.html
|
||||
|
||||
END LICENSE BLOCK -->
|
||||
|
||||
<html>
|
||||
<!-- PROTOCOLE -->
|
||||
<head>
|
||||
<!-- INFORMATIONS -->
|
||||
<meta charset="utf-8"/>
|
||||
<title>Webmails | Ouvaton </title>
|
||||
<meta name="Description" Content="Webmails Ouvaton"/>
|
||||
<meta name="Keywords" Content="Webmails Ouvaton"/>
|
||||
|
||||
<!-- REFERENCEMENT -->
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<meta http-equiv="Pragma" Content="no-cache"/>
|
||||
<meta name="robots" content="noindex, nofollow, nosnippet, noarchive, noodp, notranslate, noimageindex">
|
||||
<meta name="referrer" content="never">
|
||||
|
||||
<!-- STYLE -->
|
||||
<link rel="icon" href=""/>
|
||||
<link rel="stylesheet" href="webmail.css"/>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
<a title="Lien vers la page d'accueil du site web ouvaton.coop" href="https://ouvaton.coop/">
|
||||
<img alt="Logo Ouvaton" src="https://ouvaton.coop/wp-content/uploads/2018/04/cropped-logo-ouvaton-hd-refill-3.png">
|
||||
</a>
|
||||
</h1>
|
||||
<p> Choisissez votre webmail préféré</p>
|
||||
</header>
|
||||
<main>
|
||||
<article>
|
||||
<p>
|
||||
<a target="_blank" href="https://rl.ouvaton.coop/" title="Rainloop" class="topLogo">
|
||||
<img src="rainloop.png" name="logo" title="Rainloop">
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="https://rc.ouvaton.coop/" title="Roundcube;" class="topLogo">
|
||||
<img src="roundcube.png" name="logo" title="Roundcube">
|
||||
</a>
|
||||
</p>
|
||||
<!-- Indisponible
|
||||
<p>
|
||||
<a target="_blank" href="https://sq.ouvaton.coop/" title="SquirrelMail" class="topLogo">
|
||||
<img src="squirrel.png" name="logo" title="SquirrelMail">
|
||||
</a>
|
||||
</p>
|
||||
-->
|
||||
</article>
|
||||
</main>
|
||||
<footer>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue