Skip to content

Commit

Permalink
404 beautified
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdtv8yr committed Jan 28, 2007
1 parent 3592dda commit 39f3f44
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
30 changes: 21 additions & 9 deletions app/modules/Web/templates/Error404Success.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
<p>The page you requested could not be found.</p>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Chuckwalla Bot</title>
<link rel="stylesheet" type="text/css" href="/css/base.css?ver=2" />
<link rel="stylesheet" type="text/css" href="/css/screen.css?ver=2" />
<link rel="stylesheet" type="text/css" media="print" href="/css/print.css?ver=2" />
</head>
<body>
<div id="header">
<h1 class="siteHeader"><?php echo AgaviConfig::get('core.app_name'); ?></h1>
</div>
<div id="content">
<div id="core404">
<h1>404 Not Found</h1>
<p>The page you requested could not be found.</p>
</div>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions pub/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ body {
right: 0em;
background: #FFFFFF;
}

#core404 h1 {line-height: 2em;}
/* End Center / Core */

/* Messages Block */
Expand Down

0 comments on commit 39f3f44

Please sign in to comment.