blob: e4615e1e66cc7ca8c2f7a99f2fb0d968efaad1cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<style>
* {
column-width: calc(-15px);
transform-style: preserve-3d ! important;
}
</style>
</head>
<body>
<iframe></iframe>
<textarea autofocus minlength="">
</body>
</html>
|