lets start this
This commit is contained in:
32
public/404.html
Normal file
32
public/404.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color: #888;
|
||||
text-align: center;
|
||||
font-family: arial, sans-serif;
|
||||
}
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 3px dashed #a77;
|
||||
background: #666;
|
||||
border-radius: 0.8em;
|
||||
}
|
||||
h1 {
|
||||
color: #977;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="dialog">
|
||||
<h1>Uhh. That's an error.</h1>
|
||||
<p>Either you have a typo in your URL,<br/>
|
||||
or the page has been (re)moved</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
32
public/422.html
Normal file
32
public/422.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>422</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color: #888;
|
||||
text-align: center;
|
||||
font-family: arial, sans-serif;
|
||||
}
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 3px dashed #a77;
|
||||
background: #666;
|
||||
border-radius: 0.8em;
|
||||
}
|
||||
h1 {
|
||||
color: #977;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="dialog">
|
||||
<h1>Uhh. That's an error.</h1>
|
||||
<p>Whatever you did, you were not allowed to.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
32
public/500.html
Normal file
32
public/500.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>500</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color: #888;
|
||||
text-align: center;
|
||||
font-family: arial, sans-serif;
|
||||
}
|
||||
div.dialog {
|
||||
width: 25em;
|
||||
padding: 0 4em;
|
||||
margin: 4em auto 0 auto;
|
||||
border: 3px dashed #a77;
|
||||
background: #666;
|
||||
border-radius: 0.8em;
|
||||
}
|
||||
h1 {
|
||||
color: #977;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="dialog">
|
||||
<h1>Uhh. That's an error.</h1>
|
||||
<p>Sorry, this is our fault :(</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
public/robots.txt
Normal file
1
public/robots.txt
Normal file
@@ -0,0 +1 @@
|
||||
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
|
||||
Reference in New Issue
Block a user