<!doctype html>
<html>
<head>
<title>Test Page</title>
<script>
function hello() {
return "world";
}
</script>
</head>
<body>
<h1>Hello</h1>
<p>
World!
</p>
</body>
</html>