Added link to signin page

This commit is contained in:
Eldad Fux 2020-02-18 07:25:40 +02:00
parent 483bfc55e5
commit d3ebea7fbb
2 changed files with 5 additions and 1 deletions

View file

@ -41,3 +41,7 @@
</form> </form>
</div> </div>
<div class="zone medium text-align-center">
<a href="/auth/signin">Already have an account?</a>
</div>

View file

@ -1,4 +1,4 @@
<div class="logo text-align-center"> <div class="logo text-align-center margin-bottom-xl">
<a href="/"> <a href="/">
<img src="/images/appwrite.svg" alt="Appwrite Light Logo" class="force-light" /> <img src="/images/appwrite.svg" alt="Appwrite Light Logo" class="force-light" />
<img src="/images/appwrite-footer-dark.svg" alt="Appwrite Dark Logo" class="force-dark" /> <img src="/images/appwrite-footer-dark.svg" alt="Appwrite Dark Logo" class="force-dark" />