summaryrefslogtreecommitdiff
path: root/tests/hello.html
blob: 4fb6f91059d49637f7fa146cefed39636f4595fd (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html><html>
<head>
<title>Hello world!</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>