add more Cozy Town flavour

This commit is contained in:
Vri 🌈 2023-07-30 22:31:36 +02:00
parent 0ccb9796d6
commit 28d8a54365
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 13 additions and 15 deletions

View file

@ -12,15 +12,7 @@
</head>
<body>
<header class="mx_Header">
{% if app_name == "Riot" %}
<img src="https://riot.im/img/external/riot-logo-email.png" width="83" height="83" alt="[Riot]"/>
{% elif app_name == "Vector" %}
<img src="https://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/>
{% elif app_name == "Element" %}
<img src="https://static.element.io/images/email-logo.png" width="83" height="83" alt="[Element]"/>
{% else %}
<img src="https://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>
{% endif %}
<h1>Cozy Chat</h1>
</header>
{% block body %}{% endblock %}