Files
simplex-chat/website/_includes/layouts/article.html
T
2022-07-31 15:13:37 +05:00

13 lines
304 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=\, initial-scale=1.0">
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/blog.css">
</head>
<body>
</body>
</html>