mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="ru" style="background-color: gray;">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
<title>Profile</title>
|
|
</head>
|
|
|
|
<body style="width: 540px;height: 220px; background-image: url({});color: black;background-size: 100% 100%;">
|
|
<div class="container">
|
|
<div class="row align-items-center justify-content-center">
|
|
<div class="col-4" style="padding: 6px;">
|
|
<img src="data:image/png;base64, {}" class="img-thumbnail" alt="...">
|
|
</div>
|
|
<div class="col-8 row align-items-center justify-content-center" style="padding: 6px;">
|
|
<div class="col-5" style="padding: 6px;">
|
|
<h1>{}</h1>
|
|
<p>Chats: {}</p>
|
|
<p>Channels: {}</p>
|
|
<p>Users: {}</p>
|
|
<p>Bots: {}</p>
|
|
</div>
|
|
<div class="col-7" style="padding: 15px;">
|
|
<p>{}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |