8 lines
475 B
HTML
8 lines
475 B
HTML
{% extends "authorized.html" %}
|
|
{% block center %}
|
|
<h1>Cottage Calendar</h1>
|
|
<div class="ratio ratio-4x3">
|
|
<!--<iframe src="https://calendar.google.com/calendar/embed?src=jeanmarie.cottage%40gmail.com&ctz=America%2FToronto" style="border: 0" width="800" height="400" frameborder="0" scrolling="no"></iframe>-->
|
|
<iframe width="300" height="430" src="https://nextcloud.jean-marie.ca/index.php/apps/calendar/embed/c3AGT6MXBPs8tzAC"></iframe>
|
|
</div>
|
|
{% endblock center %} |