blob: 4d9cc35740b3cf7b9663a9d28676a3159071b6e8 [file] [log] [blame]
<!--
| Applying display: none to all elements.
-->
<html>
<head></head>
<body></body>
<style>
* {
display: none;
}
</style>
</html>