summarylogtreecommitdiffstats
path: root/index.html
blob: e11cda6cf81ff4e293d0eff7995c4e9079230c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
  <head>
    <title>Caddy at your service</title>
    <style>
      body {
        background: #333;
      }
      a {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
      }
    </style>
  </head>
  <body>
    <a href="https://caddyserver.com/docs">
      <img src="caddy-at-your-service-white.svg" width="500">
    </a>
  </body>
</html>