summaly/test/htmls/dirty-title.html
2023-12-30 08:36:01 +00:00

14 lines
302 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:site_name" content="Alice's Site">
<title>Strawberry Pasta | Alice's Site</title>
</head>
<body>
<h1>Strawberry Pasta</h1>
<p>Strawberry pasta is a kind of pasta with strawberry sauce.</p>
</body>
</html>