1
0
Fork 0
mirror of synced 2024-07-09 00:16:13 +12:00
appwrite/app/views/home/comps/header.phtml
2020-02-11 15:09:44 +02:00

6 lines
252 B
PHTML

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