1
0
Fork 0
mirror of synced 2024-07-17 20:36:10 +12:00
appwrite/app/views/home/comps/header.phtml

7 lines
305 B
PHTML
Raw Normal View History

2020-02-18 18:25:40 +13:00
<div class="logo text-align-center margin-bottom-xl">
<a href="/">
2020-07-11 16:16:57 +12:00
<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" />
2020-02-12 00:55:57 +13:00
</a>
2020-06-10 02:43:24 +12:00
</div>