Welcome to mirror list, hosted at ThFree Co, Russian Federation.

watermark.html « classic « skins - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 835489b53b8bc5a86efc97d00f9c6e26bcba3650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <style type="text/css">
    html, body { height: 100%; background-color: #F2F2F2; margin: 0; }
    div { height: 100%; display: flex; align-items: center; justify-content: center; }
  </style>
</head>
<body>
  <div>
    <img src="images/watermark.gif" width="260" height="228" alt="" />
  </div>
</body>
</html>