Files
olympics-calendar/template.html
Fabrice Lamant 4a11fed8df add analytics
2024-07-10 12:27:29 +01:00

40 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Paris 2024 Summer Olympic Games calendars</title>
<link href="./style.css" rel="stylesheet">
</head>
<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>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0KQC1F1K4H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-0KQC1F1K4H');
</script>
</body>