codecombat/app/templates/core/not-found.jade
2015-01-08 11:42:42 -08:00

10 lines
238 B
Text

extends /templates/base
block content
h1.text-center(data-i18n="not_found.page_not_found") Page Not Found
- var num = Math.floor(Math.random() * 3) + 1;
img(src="/images/pages/not_found/404_#{num}.png" class="not-found-image")