summaryrefslogtreecommitdiff
path: root/templates/not-logged-in.j2
blob: 4ac097b7ef43e7f1da4976f383e3dc8487b775fe (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Not logged int</title>
</head>
<body>
  <p>You are NOT logged in. <a href="/login">Log in</a></p>
</body>
</html>