mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
14 lines
161 B
HTML
14 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<p id="demo"></p>
|
|
|
|
<script>
|
|
var x = "Avail Height: " + screen.availHeight + "px";
|
|
window.alert(x);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|