aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/hello.html
blob: 9907293fa9b3760e8f6fd0e39e8cacf14493be44 (plain) (blame)
1
2
3
4
5
6
7
8
<!-- This test is used as an example in README.md. Don't rename without changing there too -->
<!DOCTYPE html>
<html>
<body>
<div>Hello, World!</div>
</body>
</html>