a11yist/app/views/error_pages/not_found.html.slim
david fa2d65c25f
Some checks failed
/ Run tests (push) Failing after 1m8s
/ Run system tests (push) Failing after 1m16s
/ Build, push and deploy image (push) Has been skipped
Add generated error pages
2024-11-01 13:28:49 +01:00

6 lines
No EOL
176 B
Text

h1 Error 404
p Diese Seite existiert nicht (mehr), sorry.
p
img src="data:image/gif;base64,#{Base64.strict_encode64(Rails.application.assets.find_asset('404.gif').to_s)}"