-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadding.html
More file actions
26 lines (23 loc) · 1.06 KB
/
adding.html
File metadata and controls
26 lines (23 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<title>Adding a player to blacklist</title>
</head>
<body>
<div class="container mt-4">
<a href="https://legacyminecraftpe.github.io/blacklist/" class="btn btn-secondary mb-3">Back to Main Page</a>
<h1 class="mb-1">Adding players to Blacklist</h1>
<p class="fs-4">
You can write in Discord <strong>@eqozqq</strong> or email <strong><a href="mailto:eqozqq@gmail.com">eqozqq@gmail.com</a></strong> with this message:
I am the owner of the server “Server Name”. I would like you to add a player to the Blacklist<br>
1. Player's nickname<br>
2. Reason for adding<br>
3. Evidence of the offense (photo/video/other)<br>
4. Additionally, if necessary.<br>
</p>
</div>
</body>
</html>