root/trunk/web/errors/error500.php

Revision 2, 0.6 kB (checked in by nperriault, 10 months ago)

First commit of the extracted code from production, I hope no passwd has been forgotten :-)

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6   <meta name="title" content="Big Error Occured - Symfonians" />
7   <meta name="robots" content="noindex, nofollow" />
8   <link rel="shortcut icon" type="image/png" href="/favicon.png" />
9 </head>
10 <body>
11 <h3>Oops, looks like something has failed roughly...</h3>
12 <p>We're investigating...</p>
13 </body>
14 </html>
15
Note: See TracBrowser for help on using the browser.