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
1d2e486f
Commit
1d2e486f
authored
Sep 14, 2022
by
Павел Бекетов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index.html - Added animated buttons
parent
744d3916
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
+29
-2
index.html
ban-server/data/www/index.html
+29
-2
No files found.
ban-server/data/www/index.html
View file @
1d2e486f
...
...
@@ -13,16 +13,43 @@
margin-top
:
-200px
;
margin-left
:
-300px
;
}
.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"
>
Unban!
</a>
<a
href=
"/unban.php"
class=
"button"
>
Unban!
</a>
<br>
Access from your IP address is restricted due to suspicious activity.
<br>
To unlock, follow the link:
<br>
<a
href=
"/unban.php"
>
Unban!
</a></big>
<a
href=
"/unban.php"
class=
"button"
>
Unban!
</a></big>
</div>
</body>
<html>
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