mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
13 lines
140 B
HTML
13 lines
140 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>hi</title>
|
|
</head>
|
|
<body>
|
|
<div style="border: solid">
|
|
<p>Foo</p>
|
|
Bar
|
|
<p>Baz</p>
|
|
</div>
|
|
</body>
|
|
</html>
|