mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
13 lines
161 B
HTML
13 lines
161 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
navigator.mimeTypes.length;
|
||
|
|
navigator.mimeTypes.length;
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body></body>
|
||
|
|
</html>
|