12 lines
119 B
HTML
12 lines
119 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
try {
|
|
window.getComputedStyle(null);
|
|
} catch (e) {
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|