add instructions how to use

This commit is contained in:
Fabrice Lamant
2024-07-09 15:13:55 +01:00
parent 40a2ed7e56
commit 371982f547
3 changed files with 32 additions and 0 deletions

View File

@ -10,6 +10,19 @@
<body>
<div class="p-4">
<h1 class="text-4xl">Paris 2024 Summer Olympic Games calendars</h1>
<div>
<h2 class="text-3xl pb-4 pt-8">How to add a calendar to your Google calendar</h2>
<ol class="list-decimal ml-10">
<li>Right click on a calendar and select "Copy link address"</li>
<li>Open your Google calendar</li>
<li>Click the plus sign next to “Other Calendars” on the left menu</li>
<li>Click "From URL"</li>
<li>Paste your calendar URL</li>
<li>Click "Add calendar"</li>
</ol>
</div>
<div>
{{calendars}}
</div>