This commit is contained in:
Evgenii Abramov
2021-01-18 01:52:32 +03:00
commit d6ae5dc1ea
26 changed files with 4083 additions and 0 deletions

2
views/account.ejs Normal file
View File

@@ -0,0 +1,2 @@
<p>Username: <%= user.username %></p>
<p>Name: <%= user.name %></p>