2021-10-22 07:40:32 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Ari::web -> blog</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>My blogs</h1>
|
|
|
|
<div>
|
|
|
|
<ul>
|
2021-10-22 09:26:20 +03:00
|
|
|
<li><a href="/page/blog/blogs/Gentoo-linux-is-perfetct-for-me.html">Gentoo linux is perfetct for me</a></li>
|
2021-10-22 07:40:32 +03:00
|
|
|
</ul>
|
2021-10-22 09:26:20 +03:00
|
|
|
</div>
|
2021-10-22 07:40:32 +03:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<!-- this is automatically generated by scripts/add_blog -->
|