mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
10 lines
227 B
HTML
10 lines
227 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Import Master Document (asynchronous)</title>
|
|
<link rel="import" href="import.html" async>
|
|
</head>
|
|
<body>
|
|
<p>Master document body</p>
|
|
</body>
|
|
</html>
|