aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnrud <unrud@openaliasbox.org>2017-03-10 23:05:01 +0100
committerUnrud <unrud@openaliasbox.org>2017-03-11 00:42:55 +0100
commit16419a286f5233e7c304ae6250c8faea8259496c (patch)
tree1a76cb6eccd1053d8a5e942a9c06b3c451140975
parentConfigure InfCloud (diff)
downloadradicaleinfcloud-16419a286f5233e7c304ae6250c8faea8259496c.tar.gz
radicaleinfcloud-16419a286f5233e7c304ae6250c8faea8259496c.tar.bz2
radicaleinfcloud-16419a286f5233e7c304ae6250c8faea8259496c.zip
Add link to InfCloud
-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