Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
0f8737e1
Commit
0f8737e1
authored
Apr 24, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add blocked page template
parent
d524dd0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
blocked.html
templates/blocked.html
+38
-0
No files found.
templates/blocked.html
0 → 100644
View file @
0f8737e1
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Access Blocked
</title>
<style>
body
{
font-family
:
Arial
,
sans-serif
;
text-align
:
center
;
padding
:
50px
;
background-color
:
#f5f5f5
;
}
.message
{
background
:
white
;
padding
:
30px
;
border-radius
:
8px
;
box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.1
);
max-width
:
600px
;
margin
:
0
auto
;
}
h1
{
color
:
#d32f2f
;
margin-bottom
:
20px
;
}
p
{
font-size
:
18px
;
color
:
#333
;
}
</style>
</head>
<body>
<div
class=
"message"
>
<h1>
Access Blocked
</h1>
<p>
We do not support the Israeli genocide of Palestinian people.
</p>
</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