mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
10 lines
231 B
Text
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")
|
|
|