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