gitlab-org--gitlab-foss/app/views/errors/not_found.html.haml

10 lines
253 B
Plaintext
Raw Normal View History

2016-11-29 18:44:07 +00:00
- content_for(:title, 'Not Found')
%img{:alt => "GitLab Logo",
:src => image_path('logo.svg')}
%h1
404
.container
%h3 The resource you were looking for doesn't exist.
%hr
%p You may have mistyped the address or the page may have moved.