forked from Chaospott/site
d1de970550
Fixed URL to the new/current Nextcloud instance, fixed a typo.
20 lines
419 B
HTML
20 lines
419 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="container">
|
|
<h1 align="center">Termine</h1>
|
|
|
|
<div id="calendar" class="centerdamnit">
|
|
Loading Events, please stand by …
|
|
</div>
|
|
|
|
<p align="center">Den Kalender gibt's auch per CalDAV:
|
|
<a href="webcal://cloud.chaospott.ru/calendar/ical.ics">
|
|
Chaospott Calendar
|
|
</a>
|
|
</p>
|
|
</div>
|
|
<script src="js/ical.min.js"></script>
|
|
<script src="js/cal.js"></script>
|
|
|