blob: c3ec3bdef12799882100d30318abe13872487d6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"><style>
#a {
-webkit-mask: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
clip: rect(8px, 68px, 1px, 1px);
}
* {
position: fixed;
}
</style>
<script>
window.onload = () => {
a.show()
}
</script>
</head><body><dialog id="a" open="">
<font>x</font>
</dialog></body></html>
|