12 lines
202 B
HTML
12 lines
202 B
HTML
<html>
|
|
<script>
|
|
document.documentElement.clientHeight;
|
|
document.body.clientHeight;
|
|
</script>
|
|
<body>
|
|
<script>
|
|
document.documentElement.clientHeight;
|
|
document.body.clientHeight;
|
|
</script>
|
|
</body>
|
|
</html>
|