mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-29 02:37:27 +09:00
14 lines
302 B
HTML
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>
|