1
0
Fork 0
mirror of synced 2024-07-15 19:36:08 +12:00
appwrite/app/views/home/comps/header.phtml

6 lines
274 B
PHTML
Raw Normal View History

2020-02-18 18:25:40 +13:00
<div class="logo text-align-center margin-bottom-xl">
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>