CampFireID/public/index.html
2025-03-04 15:11:46 +05:00

25 lines
1020 B
HTML

<script src="https://telegram.org/js/telegram-web-app.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CampfireID</title>
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<div class="container">
<div class="profileblock">
<img src="Images/Screenshot 2023-09-01 135601.png" alt="" class="profileimage">
<p class="profilename">shelby</p>
</div>
<div class="statsblock">
<p class="profilestats1">Роль: <span>Campfire</span>
</p>
<p class="profilestats2">Дата регистрации:</p>
<p class="profilestats3">VPN доступ:</p>
<p class="profilestats4">Minecraft доступ:</p>
</div>
</div>
</body>
</html>