Mercurial Hosting > luan
view website/src/fschmidt/dimensions.html @ 2015:61b0cc7db09c default tip fixssl
Manually specify letsencrypt server due to acme default server change (to zerossl)
author | Violet7 |
---|---|
date | Sat, 27 Sep 2025 13:37:11 -0700 |
parents | fad40fe3282d |
children |
line wrap: on
line source
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> function p() { document.body.innerText = '' + window.innerWidth + 'px innerWidth\n' + window.innerHeight + 'px innerHeight\n' + '\n' + window.outerWidth + 'px outerWidth\n' + window.outerHeight + 'px outerHeight\n' ; } </script> </head> <body onload="p()" onresize="p()"> </body> </html>