servo/tests/html/hello.html
2014-09-08 20:21:42 -06:00

8 lines
167 B
HTML

<!-- 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>