mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 22:10:27 +00:00
11 lines
227 B
HTML
11 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>
|