smeserver-manager/root/usr/share/smanager/themes/default/templates/not_found.html.ep

11 lines
298 B
Plaintext
Raw Normal View History

% layout 'defaultlight', title => 'Sme server 2 - Error P';
<div id='central' class='central not_found-panel'>
<p><br><br>
The page you were requesting
"<%= $self->req->url->path || '/' %>"
could not be found.
<br><br>
%= link_to Welcome => '/'
</p>
</div>