aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/404.html10
-rw-r--r--www/500.html11
2 files changed, 21 insertions, 0 deletions
diff --git a/www/404.html b/www/404.html
new file mode 100644
index 0000000..2095673
--- /dev/null
+++ b/www/404.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>PicCast - 404</title>
+</head>
+<body>
+<center>
+<h1>Four Oh Four!</h1>
+</center>
+</body>
+</html>
diff --git a/www/500.html b/www/500.html
new file mode 100644
index 0000000..433e701
--- /dev/null
+++ b/www/500.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>PicCast - 500</title>
+</head>
+<body>
+<center>
+<h1>DidFuckUpInside!</h1>
+Sorry about that...
+</center>
+</body>
+</html>