From 6c96c263a35be9e44b8bd7970926c1d39a3ffed7 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 24 Dec 2023 19:03:29 +0100 Subject: [PATCH] Use CSS viewport. --- download.sh | 3 ++- ydlpd.sh | 58 ++++++++++++++++++++++++++++++----------------------- 2 files changed, 35 insertions(+), 26 deletions(-) diff --git a/download.sh b/download.sh index 29c4f9b..1822747 100755 --- a/download.sh +++ b/download.sh @@ -29,8 +29,9 @@ echo "Content-Type: text/html" echo " + + - -
-
- - + +
+ - - + - - -
+ + + " + +echo "HTTP/1.1 200 OK" +echo "Content-type: text/html" +echo "${PAGE}" | sed 's/^[ \t]*//g' -- 2.39.5