diff options
Diffstat (limited to 'test_files/index.html')
-rw-r--r-- | test_files/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test_files/index.html b/test_files/index.html new file mode 100644 index 0000000..1dfbbed --- /dev/null +++ b/test_files/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<title>Welcome to nginx!</title> +<style> + body { + width: 35em; + margin: 0 auto; + font-family: Tahoma, Verdana, Arial, sans-serif; + } +</style> +</head> +<body> +<h1>Welcome to scratko's server!</h1> +<p>Test page.</p> +</body> +</html> |