Added user model; added pages to register a new account, login and logout; added middleware to process whether a user is logged in or not
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-05-26 17:00:24 -04:00
parent 8c1c43e4df
commit 9a13319948
10 changed files with 292 additions and 0 deletions

View File

@ -19,6 +19,12 @@ a{
}
}
header{
h1{
text-align: center;
}
}
.button.button-primary,
button.button-primary,
input[type="button"].button-primary,
@ -56,6 +62,7 @@ input[type="submit"].button-primary{
}
.nav-bar-right{
float: right;
margin-right: 35px;
}
ul{