mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
9 lines
167 B
HTML
9 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>
|
|
|