-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotbanlist.html
27 lines (23 loc) · 1016 Bytes
/
notbanlist.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wall of shame</title>
<link rel="stylesheet" href="styles.css">
<meta property="og:image" content="https://raw.githubusercontent.com/DereC4/derecearthmod/master/images/croppedchen.ico">
<meta name="description" content="Derex SMP Wall of Shame - List of banned hackers and griefers on our Minecraft server.">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/DereC4/derecearthmod/master/images/croppedchen.ico" type="image/x-icon">
<meta name="keywords" content="Minecraft, Derex SMP, Wall of Shame, Banlist, Hackers, Griefers">
<meta name="author" content="Derex SMP">
</head>
<body>
<div class="banlist-container">
<h1>derex smp wall of shame</h1>
<div class="banlist" id="banlist">
<!-- Cards will be generated here by JavaScript -->
</div>
</div>
<script src="docs/generateCards.js"></script>
</body>
</html>