diff options
Diffstat (limited to 'views/staff/users/show_404.ejs')
| -rw-r--r-- | views/staff/users/show_404.ejs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/staff/users/show_404.ejs b/views/staff/users/show_404.ejs new file mode 100644 index 0000000..bcd0271 --- /dev/null +++ b/views/staff/users/show_404.ejs @@ -0,0 +1,13 @@ +[[ 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> + <a href="/staff/media">media</a> + </nav> + + <hr> + +[[ include ../_footer ]] |
