You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
548 B
Bash
22 lines
548 B
Bash
#!/usr/bin/env sh
|
|
exec 3<&0
|
|
cat <<HTML
|
|
<iframe srcdoc="<html><body><pre style='color:lime;width:600px;margin:auto'>`2<&3 recode ascii..html`</pre></body></html>" allowfullscreen allowpaymentrequest frameborder="0" width="100%" height="100%">
|
|
`tr -d '\0' <&3`
|
|
</iframe>
|
|
<style type="text/css">
|
|
body, html {
|
|
margin: 0; padding: 0; height: 100vh; overflow: hidden;
|
|
}
|
|
#content {
|
|
position: absolute; left: 0; right: 0; bottom: 0; top: 0;
|
|
}
|
|
iframe {
|
|
height: 100vh;
|
|
}
|
|
main > header > h1 {
|
|
display: none;
|
|
}
|
|
</style>
|
|
HTML
|