mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01: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>
|
|
|