aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 98a49e7eb10d41899c7f5fc36776ee33b94e185a (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Front page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
Welcome to Bookmark Web Service! To access your bookmarks, please log in with your ldap account: <a href="/login/">log in</a>.
<!--<p>{{ session }}-->
</body>
</html>
bgstack15