Sequenzia/app/views/exception/500.php
2013-10-26 18:06:58 -05:00

16 lines
626 B
PHP
Executable File

<?= '<?xml version="1.0" encoding="utf-8"?>' ?>
<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<?= $this->stylesheetLinkTag("application", ['media' => 'screen', 'title' => 'default']) ?>
</head>
<body>
<div style="text-align: center;">
<img src="/images/errors.png" alt="errors" style="margin: auto;" />
<p style="width: 30em; margin: auto;">An error has occurred.</p>
</div>
</body>
</html>