24 lines
420 B
HTML
24 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
* {
|
|
overflow: auto;
|
|
perspective: 1px;
|
|
padding-inline: 50000ex;
|
|
margin: inherit;
|
|
font-size-adjust: 30000 !important;
|
|
direction: rtl;
|
|
}
|
|
#id_0 {
|
|
inline-size: 1%;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<wbr id="id_0"/>
|
|
<wbr/>
|
|
</body>
|
|
</html>
|