2024-03-22 14:54:28 +11:00
|
|
|
% layout 'defaultlight', title => 'Sme server 2 - Error P';
|
2025-03-20 12:15:50 +00:00
|
|
|
<div id='central' class='central not_found-panel module'>
|
2024-03-22 14:54:28 +11:00
|
|
|
<p><br><br>
|
|
|
|
The page you were requesting
|
|
|
|
"<%= $self->req->url->path || '/' %>"
|
|
|
|
could not be found.
|
|
|
|
<br><br>
|
|
|
|
%= link_to Welcome => '/'
|
|
|
|
</p>
|
2025-03-20 12:15:50 +00:00
|
|
|
</div>
|