mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-13 09:37:17 +09:00
14 lines
217 B
HTML
14 lines
217 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="fediverse:creator" content="@test@example.com">
|
|
<title>Meow</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hellooo!</h1>
|
|
<p>:3</p>
|
|
</body>
|
|
</html>
|