aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--radicale_web/web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/radicale_web/web/index.html b/radicale_web/web/index.html
index adb1742..99fb9f4 100644
--- a/radicale_web/web/index.html
+++ b/radicale_web/web/index.html
@@ -12,6 +12,7 @@
<body>
<nav>
<ul>
+ <li><a href="infcloud" title="CalDAV/CardDAV web client">InfCloud</a></li>
<li id="logoutview" style="display: none;"><a href="" name="link">Logout [<span name="user"></span>]</a></li>
</ul>
</nav>
bgstack15