-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblocked.php
34 lines (28 loc) · 1006 Bytes
/
blocked.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/simplified-page.css">
</head>
<body>
<div class="email-container">
<!-- Верхняя панель окна -->
<div class="window-bar">
"Banned" - JStore <span class="close-btn">[x]</span>
</div>
<!-- Содержимое окна -->
<div class="window-content">
<h1 class="window-title">JStore Banhammer Notifying</h1>
<p>Dear user,</p>
<p>We are sorry! If you seeing this page after social sign in, you have been banned from social module of
J2ME.xyz. </p>
<!-- Токен -->
<div class="token">
Ban reason: no provided/DBA is inaccessible <!-- Сюда будет подставляться токен -->
</div>
<p>If you think that it is a mistake, please write <a href="https://neonarod.t.me">to support</a></p>
<p>Regards,</p>
<p>The JStore Team</p>
</div>
</div>
</body>
</html>