diff options
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/TestPage.html')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/TestPage.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/TestPage.html b/tests/Jellyfin.Server.Integration.Tests/TestPage.html new file mode 100644 index 000000000..8037af8a6 --- /dev/null +++ b/tests/Jellyfin.Server.Integration.Tests/TestPage.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>TestPlugin</title> +</head> +<body> + <h1>This is a Test Page.</h1> +</body> +</html> |
