diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
commit | 30cff0f11149ea2a85b025d143aa4a46369c87f0 (patch) | |
tree | 39179bdb40a12c297be70bf8a646d5ea2d69c274 /data | |
parent | 8bb86acc75a348599c706c89715d71b2eae6bed0 (diff) | |
download | vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar.xz vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.zip |
.
Diffstat (limited to 'data')
-rw-r--r-- | data/404.html | 4 | ||||
-rw-r--r-- | data/index.html | 4 |
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> |