mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
11 lines
226 B
HTML
11 lines
226 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en-US">
|
||
|
|
<head>
|
||
|
|
<link rel="import" href="file_importC5.html" onload="loaded()" onerror="failed()"></link>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
order.push("C4");
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|