17 lines
194 B
HTML
Raw Permalink Normal View History

2025-02-28 19:43:11 +08:00
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
</head>
<body>
Bar
<br/>
Baz
<p>Quux</p>
<ul>
<li>Qux</li>
<li>Grault</li>
</ul>
</body>
</html>