aboutsummaryrefslogtreecommitdiff
path: root/radicale_infcloud/web/index.html
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-16 10:43:07 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-16 10:43:07 -0400
commitfa076ae00690fe8e2506e235b9b6ecd3792919f4 (patch)
treebcc92f3f683033f83465743657c233a13e5d523c /radicale_infcloud/web/index.html
parentAdd Download button, and stub import button (diff)
downloadradicaleinfcloud-fa076ae00690fe8e2506e235b9b6ecd3792919f4.tar.gz
radicaleinfcloud-fa076ae00690fe8e2506e235b9b6ecd3792919f4.tar.bz2
radicaleinfcloud-fa076ae00690fe8e2506e235b9b6ecd3792919f4.zip
change name to Calendar
Diffstat (limited to 'radicale_infcloud/web/index.html')
-rw-r--r--radicale_infcloud/web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html
index 6a2deb5..608192e 100644
--- a/radicale_infcloud/web/index.html
+++ b/radicale_infcloud/web/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" manifest="cache.manifest">
<head>
- <title>InfCloud</title>
+ <title>Calendar</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
bgstack15