HTML 4.01 embeds

This commit is contained in:
2026-07-14 23:39:26 +02:00
parent 9096844266
commit e0a04773de
5 changed files with 43 additions and 13 deletions
+2 -2
View File
@@ -35,5 +35,5 @@ script='
</script>'
end="$script</body></html>"
output="$start$input$end"
echo "$output" > /tmp/preview.html
nohup xdg-open /tmp/preview.html > /dev/null 2>&1 &
echo "$output" > preview.html
nohup xdg-open preview.html > /dev/null 2>&1 &