calendar files
This commit is contained in:
26
calendar.html
Normal file
26
calendar.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div>
|
||||
<h1>Termine</h1>
|
||||
|
||||
<p>Den Kalender gibt's auch per CalDAV:
|
||||
<a href="webcal://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export">
|
||||
Chaospott Calendar
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="calendar">
|
||||
Loading Events, please stand by …
|
||||
</div>
|
||||
|
||||
<script src="js/ical.min.js"></script>
|
||||
<script src="js/cal.js"></script>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user