mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
add hrefs
This commit is contained in:
parent
c7e8aeabdb
commit
308e9e67e0
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p class="centred">
|
<p class="centred">
|
||||||
<a class="button btn-primary btn-large">Log in</a>
|
<a class="button btn-primary btn-large" href="/login">Log in</a>
|
||||||
<br>
|
<br>
|
||||||
Log in to your existing account.
|
Log in to your existing account.
|
||||||
</p>
|
</p>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p class="centred">
|
<p class="centred">
|
||||||
<a class="button btn-primary btn-large">Sign up</a>
|
<a class="button btn-primary btn-large" href="/signup">Sign up</a>
|
||||||
<br>
|
<br>
|
||||||
Create a new account.
|
Create a new account.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue