appwrite/app/views/home/comps/header.phtml

7 lines
305 B
PHTML
Raw Normal View History

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