Spaces:
Running
Running
File size: 468 Bytes
17783cf 115199b 17783cf 115199b 17783cf 115199b 17783cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/static/css/style.css" />
</head>
<body>
<div class="card">
<img src="avatar.jpg" alt="avatar" class="avatar" />
<h2>{{ first_name }} (@{{ username }})</h2>
<p>{{ description }}</p>
<a class="btn" href="https://t.me/{{ username }}" target="_blank">Start Bot</a>
</div>
<script src="/static/js/main.js"></script>
</body>
</html>
|