diff options
Diffstat (limited to 'views/staff/users/show_404.ejs')
| -rw-r--r-- | views/staff/users/show_404.ejs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/staff/users/show_404.ejs b/views/staff/users/show_404.ejs index c52e1e7..3fd20a8 100644 --- a/views/staff/users/show_404.ejs +++ b/views/staff/users/show_404.ejs @@ -1,4 +1,12 @@ [[ include ../_header ]] <h1>User not found</h1> + <nav> + <a href="/staff">home</a> + <a href="/staff/users">users</a> + <a href="/staff/projects">projects</a> + </nav> + + <hr> + [[ include ../_footer ]] |
