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

6 lines
257 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" />
2020-02-17 20:16:11 +13:00
<img src="/images/appwrite-footer-dark.svg" alt="Appwrite Dark Logo" class="force-dark" />
2020-02-12 00:55:57 +13:00
</a>
2019-08-08 18:11:47 +12:00
</div>