1
0
Fork 0
mirror of synced 2024-08-20 04:31:20 +12:00
appwrite/app/views/home/comps/header.phtml

6 lines
252 B
PHTML
Raw Normal View History

2019-08-12 09:52:36 +12:00
<div class="logo text-align-center">
2020-02-12 00:55:57 +13:00
<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>
2019-08-08 18:11:47 +12:00
</div>