added registeration and started user login
This commit is contained in:
parent
3f2cbcea33
commit
7ec8dbc211
14 changed files with 327 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
<body>
|
||||
<nav class="navbar navbar-light container">
|
||||
<a class="navbar-brand text-primary" href="/">goddit</a>
|
||||
<div class="flex-fill"></div>
|
||||
<a class="text-primary text-primary" href="/register">Register</a>
|
||||
</nav>
|
||||
<div class="header bg-light border-bottom border-top py-5">
|
||||
<div class="container">
|
||||
|
|
Reference in a new issue