Difference between revisions of "Team:Greece/human practices"

(Created page with "<html> <head> <script> var win_width = window.innerWidth; var win_height = window.innerHeight; alert(wind_width+'px - '+win_height+'px'); </script> </head> </html>")
 
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<script>
+
<noscript>
 
var win_width = window.innerWidth;
 
var win_width = window.innerWidth;
 
var win_height = window.innerHeight;
 
var win_height = window.innerHeight;
 
alert(wind_width+'px - '+win_height+'px');
 
alert(wind_width+'px - '+win_height+'px');
</script>
+
</noscript>
  
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 10:41, 20 July 2017