mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
8 lines
212 B
HTML
8 lines
212 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html class="reftest-wait">
|
||
|
|
<script>
|
||
|
|
if (typeof window.XML === 'function')
|
||
|
|
setTimeout(XML, 0);
|
||
|
|
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
|
||
|
|
</script>
|
||
|
|
</html>
|