mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-10-31 22:04:07 +00:00
15 lines
281 B
HTML
15 lines
281 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<title>Blog</title>
|
||
</head>
|
||
<body>
|
||
<article>
|
||
<h1>Lorem ipsum</h1>
|
||
<p>Lorem ipsum dolor sit ameph, …</p>
|
||
<a rel="me" href="https://social.example.org/users/lain">lain’s account</a>
|
||
</article>
|
||
</body>
|
||
</html>
|