12 lines
117 B
HTML
12 lines
117 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
try {
|
|
document.getBoxObjectFor({});
|
|
} catch(e) { }
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|