forked from Chaospott/site
New static calendar that does not require the cloud
This commit is contained in:
19
calendar-ical.html
Normal file
19
calendar-ical.html
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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>
|
||||
|
Reference in New Issue
Block a user