diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-06-08 18:32:55 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-06-08 18:32:55 +0300 |
commit | f2a856aa3b0ea0e0d892a9a3865c54de83c71a74 (patch) | |
tree | bcc68a2f5790bb6c46ec1fa56bac2bee9ba00114 /test/go/404/404.html | |
parent | 2b39ed5dfb56fa01e38ee8540973f4eb42a1ff82 (diff) | |
download | unit-f2a856aa3b0ea0e0d892a9a3865c54de83c71a74.tar.gz unit-f2a856aa3b0ea0e0d892a9a3865c54de83c71a74.tar.bz2 |
Tests: Go application tests.
Diffstat (limited to 'test/go/404/404.html')
-rw-r--r-- | test/go/404/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/go/404/404.html b/test/go/404/404.html new file mode 100644 index 00000000..6d0c635a --- /dev/null +++ b/test/go/404/404.html @@ -0,0 +1,6 @@ +<html> +<head><title>404 Not Found</title></head> +<body bgcolor="white"> +<center><h1>404 Not Found</h1></center> +</body> +</html> |