summaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-03-21 18:06:38 -0500
committerFivePixels <o5pxels@gmail.com>2022-03-21 18:06:38 -0500
commit2cd5ffcc0ee2223840446f4f8feb9cd69d81e304 (patch)
tree626a8e82cd1739ea290a865ff9c3fc0ee8416bd2 /app/templates/base.html
parent04c0846859fa9c18ea4e6bd298fc3388d3da819b (diff)
downloadStrengthy-2cd5ffcc0ee2223840446f4f8feb9cd69d81e304.tar.xz
Strengthy-2cd5ffcc0ee2223840446f4f8feb9cd69d81e304.zip
Add user endpoints, add placeholders for login/register, update
hyperlinks to refer to correct endpoints
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html6
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>