mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Added link to signin page
This commit is contained in:
parent
483bfc55e5
commit
d3ebea7fbb
2 changed files with 5 additions and 1 deletions
|
|
@ -40,4 +40,8 @@
|
||||||
<button type="submit">Sign Up</button>
|
<button type="submit">Sign Up</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="zone medium text-align-center">
|
||||||
|
<a href="/auth/signin">Already have an account?</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue