diff options
| author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-04-02 13:41:53 +0200 | 
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-04-02 13:41:53 +0200 | 
| commit | 78ef1ec2f346e48c61f64635293a41ba516edf22 (patch) | |
| tree | 65aefafd2eb61c92bb2403026de718be1f036f1d /calendar/index.html | |
| parent | 9db92ff5476cb3599b71eb253fe6705a76dc1641 (diff) | |
add global.css and some config
Diffstat (limited to 'calendar/index.html')
| -rw-r--r-- | calendar/index.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/calendar/index.html b/calendar/index.html index 801e31b..d81a8d7 100644 --- a/calendar/index.html +++ b/calendar/index.html @@ -7,6 +7,7 @@      <title>Event Calendar</title>      <link rel="stylesheet" href="event-calendar.min.css"> +    <link rel="stylesheet" href="global.css">      <script src="event-calendar.min.js"></script>      <style> @@ -74,6 +75,8 @@          },          dayMaxEvents: true,          nowIndicator: true, +        firstDay: 1, +        hiddenDays: [0,6],          selectable: true      }); | 
