<!DOCTYPE html>
<html>
<head>
<link rel="import" href="import-child.html">
<script src="import-hello.js"></script>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link rel="import" href="import-child.html">
<script src="import-hello.js"></script>
</head>
<body>
<h1>Hello</h1>
</body>
</html>