1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00
appwrite/app/views/home/comps/header.phtml
2020-07-11 07:16:57 +03:00

7 lines
305 B
PHTML

<div class="logo text-align-center margin-bottom-xl">
<a href="/">
<img src="/images/appwrite.svg" alt="Appwrite Light Logo" class="force-light" loading="lazy" />
<img src="/images/appwrite-footer-dark.svg" alt="Appwrite Dark Logo" class="force-dark" loading="lazy" />
</a>
</div>