Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
ac62a5d8b3b1470925759dc090cda83ab71fecf5
/
.
/
templates
/
not_found.production.html.ep
blob: ee74676d76031968dcc137b571d028add890929e [
file
] [
log
] [
blame
]
%
my
$msg
=
'404: Page not found'
;
%
layout
'main'
,
title
=>
'KorAP: '
.
$msg
;
<
p id
=
"no-results"
><%=
$msg
%></
p
>
%
notify
(
'warn'
=>
$msg
);