mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
basic functionality done
This commit is contained in:
parent
1c5e2d1055
commit
269d7784ab
19 changed files with 5917 additions and 4677 deletions
|
@ -4,6 +4,8 @@
|
|||
<p> Hello <%= currentUser.username %> </p>
|
||||
<a href="/auth/logout">sign out</a>
|
||||
<%- include('partials/fileUpload') %>
|
||||
<%- include('partials/parentDirectories') %>
|
||||
<%- include('partials/directoryListing') %>
|
||||
<% } else { %>
|
||||
<form action="/auth/login" method="post">
|
||||
<label for="username">Username</label>
|
||||
|
@ -16,5 +18,4 @@
|
|||
|
||||
|
||||
<% } %>
|
||||
<%- include('partials/directoryListing') %>
|
||||
<%- include('partials/footer') %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue