mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
12 lines
140 B
HTML
12 lines
140 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<script>
|
|
var x = "Avail Width: " + screen.availWidth + "px";
|
|
window.alert(x);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|