summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/404.html4
-rw-r--r--data/index.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/data/404.html b/data/404.html
new file mode 100644
index 0000000..49d5ddf
--- /dev/null
+++ b/data/404.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>404 Not Found</title></head>
+<body><p>404 Not Found</p></body>
+</html>
diff --git a/data/index.html b/data/index.html
new file mode 100644
index 0000000..e163357
--- /dev/null
+++ b/data/index.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>Welcome!</title></head>
+<body><p>Welcome!</p></body>
+</html>