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