Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eterban
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eterban
Commits
cb5e8149
Commit
cb5e8149
authored
Dec 10, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index.html: update
parent
0bd9aa5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
39 deletions
+52
-39
index.html
ban-server/data/www/index.html
+52
-39
No files found.
ban-server/data/www/index.html
View file @
cb5e8149
...
...
@@ -3,55 +3,69 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
You are banned!
</title>
<title>
Ваш IP-адрес заблокирован на сервере.
You are banned!
</title>
<style>
.center
{
top
:
50%
;
left
:
50%
;
width
:
800px
;
height
:
500px
;
position
:
absolute
;
margin-top
:
-200px
;
margin-left
:
-300px
;
}
html
{
font-family
:
sans-serif
;
text-align
:
center
;
}
.button
{
text-decoration
:
none
;
display
:
inline-block
;
width
:
140px
;
height
:
40px
;
line-height
:
40px
;
border-radius
:
5px
;
margin
:
10px
20px
;
font-family
:
inherit
;
font-size
:
15px
;
text-transform;
text-align
:
center
;
body
{
overflow
:
hidden
;
}
font-weight
:
600
;
color
:
#ffffff
;
background
:
#0d6efd
;
box-shadow
:
0
8px
15px
rgba
(
0
,
0
,
0
,
.1
);
transition
:
.3s
;
}
big
{
font-weight
:
bold
;
}
.button
:hover
{
background
:
#2EE59D
;
box-shadow
:
0
15px
20px
rgba
(
46
,
229
,
157
,
.4
);
color
:
white
;
transform
:
translateY
(
-7px
);
}
.center
{
width
:
800px
;
height
:
500px
;
max-width
:
100vw
;
max-width
:
calc
(
100vw
-
2rem
);
min-height
:
100vh
;
margin
:
auto
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.button
{
text-decoration
:
none
;
display
:
inline-block
;
width
:
140px
;
height
:
40px
;
line-height
:
40px
;
border-radius
:
5px
;
margin
:
10px
20px
;
font-family
:
inherit
;
font-size
:
15px
;
text-transform;
text-align
:
center
;
font-weight
:
600
;
color
:
#ffffff
;
background
:
#0d6efd
;
box-shadow
:
0
8px
15px
rgba
(
0
,
0
,
0
,
.1
);
transition
:
.3s
;
}
.button
:hover
{
background
:
#2EE59D
;
box-shadow
:
0
15px
20px
rgba
(
46
,
229
,
157
,
.4
);
color
:
white
;
transform
:
translateY
(
-7px
);
}
</style>
</head>
<body>
<div
class=
center
>
<p><big>
Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью.
<br>
Для разблокировки
перейдите по ссылк
е:
<br>
<a
href=
"/unban.php"
class=
"button"
>
Unban!
</a>
Для разблокировки
нажмит
е:
<br>
<a
href=
"/unban.php"
class=
"button"
>
Разблокировать
</a>
<br>
Access from your IP address is restricted due to suspicious activity.
<br>
To unlock, follow the link:
<br>
<a
href=
"/unban.php"
class=
"button"
>
Unban
!
</a></big>
<a
href=
"/unban.php"
class=
"button"
>
Unban
</a></big>
</div>
</body>
<html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment