Loading cgi/index.pl +15 −0 Original line number Diff line number Diff line Loading @@ -272,3 +272,18 @@ v<%= $version %> </body> </html> @@ not_found.html.ep <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>page not found</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> </head> <body> <div> page not found </div> </body> </html> Loading
cgi/index.pl +15 −0 Original line number Diff line number Diff line Loading @@ -272,3 +272,18 @@ v<%= $version %> </body> </html> @@ not_found.html.ep <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>page not found</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> </head> <body> <div> page not found </div> </body> </html>