diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 6f23b73..3139dcd 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ <!-- Bulma css --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"> - <title>Strenghty</title> + <title>Strenghty 💪</title> </head> <body> <!-- navbar --> @@ -51,8 +51,8 @@ <div class="navbar-end"> <div class="navbar-item"> <div class="buttons"> - <a class="button is-primary"><strong>Sign up</strong></a> - <a class="button is-light">Log in</a> + <a class="button is-primary" href="register"><strong>Sign up</strong></a> + <a class="button is-light" href="login">Log in</a> </div> </div> </div> |
