mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +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>
|