diff --git a/html/apps.ejs b/html/apps.ejs index 2fdf74af..91836077 100644 --- a/html/apps.ejs +++ b/html/apps.ejs @@ -125,10 +125,12 @@ Games - Web Search + Search Translate Maps - PokeTube + Fediverse + Calendar + Watch Settings
+ + +Sunday | +Monday | +Tuesday | +Wednesday | +Thursday | +Friday | +Saturday | +
---|---|---|---|---|---|---|
+ <% const day = days[i * 7 + j]; %> + <%= day ? day.getDate() : '' %> + | + <% } %> +
diff --git a/html/calendar.ejs b/html/calendar.ejs new file mode 100644 index 00000000..d4c48c7f --- /dev/null +++ b/html/calendar.ejs @@ -0,0 +1,188 @@ + + +
+ + + + +
+ + + + + + + + + +
+