Files
olympics-calendar/template.html
Fabrice Lamant f3f00e9e0a refactor
2024-07-09 12:14:41 +01:00

19 lines
344 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Paris 2024 Summer Olympic Games calendars</title>
<link href="./style.css" rel="stylesheet">
<meta http-equiv="refresh" content="1">
</head>
<body>
<div class="p-4">
<h1 class="text-4xl">Paris 2024 Summer Olympic Games calendars</h1>
<div>
{{calendars}}
</div>
</div>
</body>