Skip to content

Commit

Permalink
Add 404 page.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszarate committed May 31, 2014
1 parent 4aff41d commit 9157084
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 404.html
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" type="text/css" href="assets/css/style.css">

<title>404 Not Found</title>

</head>

<body>

<h3>Page not found</h3>

<p>The requested page was not found. Sorry about that! You can probably find what you need on the <a href="/">homepage</a>.</p>

</body>

</html>

0 comments on commit 9157084

Please sign in to comment.