[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
perl
/
vendor
/
lib
/
Mojolicious
/
resources
/
templates
/
mojo
/
[
Home
]
File: not_found.html.ep
<!DOCTYPE html> <!-- Request ID: <%= $c->req->request_id %> --> <html> <head> <title>Page Not Found</title> <style> a img { border: 0; } body { background-color: #caecf6; } #noraptor { left: 0%; position: fixed; top: 60%; } #notfound { background: url(<%= url_for '/mojo/notfound.png' %>); height: 62px; left: 50%; margin-left: -153px; margin-top: -31px; position:absolute; top: 50%; width: 306px; } </style> </head> <body> %= link_to url_for->base => begin %= image '/mojo/noraptor.png', alt => 'Bye!', id => 'noraptor' % end <div id="notfound"></div> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->