mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
16 lines
248 B
HTML
16 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The Book of Mozilla, 11:9</title>
|
|
<style type="text/css">
|
|
div { text-decoration: underline; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<div>Hello!</div>
|
|
<div>World</div>
|
|
</div>
|
|
</body>
|
|
</html>
|