summaly/test/htmls/dirty-title.html

17 lines
296 B
HTML
Raw Normal View History

2024-10-03 10:20:01 +00:00
<!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>