mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
8 lines
167 B
HTML
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>
|
|
|