Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-26 20:01:15 +01:00
parent a90627d976
commit 5d95a17b3b
4 changed files with 58 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8" />
<title>SRSoftware OpenCloudCal</title>
<link rel="stylesheet" href="/static/occ.css" />
<script src="/static/script/occ.js"></script>
</head>
<body>
@@ -25,5 +26,8 @@
loadCurrentEvents();
});
</script>
<div id="overlay">
</div>
</body>
</html>