blob: 6f86e4cd4161b5e650fca193485a1d0dc9c97150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!DOCTYPE html>
<html>
<head>
<style>
HTML {
flex-direction: column;
}
EMBED {
inline-size: min-content;
width: 621490006%;
}
HTML {
display: inline-flex !important;
}
* {
aspect-ratio: 2044245302.5699975 / 2382682379.6661625;
writing-mode: vertical-lr;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
const embed = document.createElement('embed')
document.documentElement.appendChild(embed)
})
</script>
</head>
</html>
|