aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/dav/www/index.html
blob: 91c25ba6f49dec46e7eade34f6dd4c2c82b23ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="fr">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Dav configuration</title>
    <style type="text/css">
      body {
        padding-top: 1em;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        margin: auto;
        font: 20px Helvetica, sans-serif;
        color: #333;
        height: 100%;
        min-height: 100%;
      }
      span.code {
        font-family: monospace;
      }
    </style>
  </head>
  <body>
    <p>
      Dav configuration:
      <ul>
        <li>Server: <span class="code">https://dav.immae.eu/caldav.php</span>
        </li>
      </ul>
    </p>
    <p>Clients:
      <ul>
        <li><a href="/infcloud">Infcloud (calendar, address book, todo lists)</a></li>
        <li><a href="/carddavmate">Carddavmate (address book)</a></li>
        <li><a href="/caldavzap">Caldavzap (calendar, todo lists)</a></li>
        <li><a href="/davical">Davical (Manage dav account)</a></li>
      </ul>
    </p>
  </body>
</html>