Add log in / log off in calendar

This commit is contained in:
AleksDw
2025-06-02 13:38:58 +02:00
parent a4cea4eeb3
commit 0b27a0f91c
3 changed files with 26 additions and 1 deletions

View File

@@ -73,5 +73,6 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fullcalendar@6.1.8/index.global.min.js"></script>
<script type="module" src="/js/calendar.js"></script>
<script type="module" src="js/auth.js"></script>
</body>
</html>