Add subscribe link to landingpage
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-12-29 14:38:36 +01:00
parent 5f9134837a
commit c772b01e7d
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE
2 changed files with 5 additions and 4 deletions

View File

@ -10,9 +10,9 @@
<span>Calendar: </span>
<select [(ngModel)]="selectedCalendar" (change)="handleCalendarChange()">
<option value="" disabled selected hidden>Select calendar</option>
<option>public</option>
<option>members</option>
<option>management</option>
<option value="public">Public</option>
<option value="members">Internal - Members</option>
<option value="management">Internal - Management</option>
</select>
<span>&nbsp; | &nbsp;</span>
<span>Filter: </span>

View File

@ -1 +1,2 @@
<p>landingpage works!</p>
<h1>Nachklang Calendar</h1>
<a href="webcal://api.nachklang.art/calendar/events/public/ical">Abonnieren</a>