mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01: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>
|