codecombat/app/templates/core/not-found.jade
2014-11-29 11:39:37 -08:00

10 lines
231 B
Text

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