mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
319 B
HTML
11 lines
319 B
HTML
|
<html><head><script>
|
||
|
function doe() {
|
||
|
window.location.reload();
|
||
|
}
|
||
|
setTimeout(doe, 500);
|
||
|
</script></head><noframes style="overflow: scroll; display: block;"></noframes><body><li></li>
|
||
|
|
||
|
<script>
|
||
|
document.documentElement.setAttribute('style','-moz-binding: url(binding.xml#randomxbl);');
|
||
|
</script>
|
||
|
</body></html>
|