Skip to content

Commit

Permalink
Add a 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Nov 7, 2014
1 parent c5121f8 commit 5d597df
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>
<head>
<meta http-equiv="refresh" content="0; url=/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<title>Steam Status · 404</title>

<style>
body {
margin: 10px;
color: #8487AF;
background: #1B1B24;
font-family: Helvetica, Arial, sans-serif;
font-size: 64px;
}
</style>
</head>
<body>
404. <a href="/">Go back.</a>
</body>
</html>

0 comments on commit 5d597df

Please sign in to comment.