aboutsummaryrefslogtreecommitdiff
path: root/landing/index.html
blob: cec58468becb768fe82dda62df2cd36a67ddf6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
  <h1>
    SecD
  </h1>
  <h2>
    Identity and Access Management enabled by the Sec(urity)D(aemon)
  </h2>
  <div>
    This is pretty cool. You should use it.
  </div>
</body>
</html>