1
1
< html >
2
2
< head >
3
3
< title > Banned | Coding Hut</ title >
4
+
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap " rel ="stylesheet ">
8
+ < script src ="https://cdn.tailwindcss.com "> </ script >
9
+ < style >
10
+ body
11
+ {
12
+ font-family : 'Inter' , sans-serif;
13
+ }
14
+ </ style >
4
15
</ head >
5
16
< body >
6
- < h1 > Banned From Coding Hut</ h1 >
7
17
8
- <!-- Default Dynamic Section -->
18
+ < body class ="bg-gradient-to-br from-red-500 to-red-700 text-white flex items-center justify-center min-h-screen ">
19
+ < div class ="bg-white/10 backdrop-blur-md rounded-xl shadow-lg p-8 max-w-2xl w-full text-center border border-white/20 ">
20
+ < h1 class ="text-4xl font-bold mb-4 text-red-300 "> Banned From Coding Hut</ h1 >
21
+ < p class ="text-lg mb-6 text-white/90 "> You have been banned from the Coding Hut Website, Forums and Scratch Forum Thread.</ p >
22
+ < p class ="text-md mb-8 text-white/80 "> Reason: < span class ="font-semibold text-red-200 "> <!-- Default Dynamic Section -->
9
23
< div id ="default-content " class ="dynamic-content ">
10
24
You have been banned from Coding Hut for breaking the Rules, but for an unknown reason.
11
25
</ div >
@@ -20,10 +34,10 @@ <h1>Banned From Coding Hut</h1>
20
34
<!-- Dynamic Section 3 -->
21
35
< div id ="nosnip " class ="dynamic-content ">
22
36
You have been banned from Coding Hut for not snipping your posts too much.
23
- </ div >
24
-
25
- If you want to appeal please use the appeal form or contact MyScratchedAccount on Scratch.
26
-
37
+ </ div > </ span > </ p >
38
+ < p class =" text-sm text-white/70 mb-4 " > If you want to appeal please use the appeal form or contact MyScratchedAccount on Scratch. </ p >
39
+ < a href =" https://scratch.mit.edu/users/MyScratchedAccount#comments class= " inline-block bg-white /20 hover:bg-white/30 text-white px-6 py-3 rounded-full transition-colors duration-300 border border-white/20" > Appeal Ban </ a >
40
+ </ div >
27
41
</ body >
28
42
</ html >
29
43
0 commit comments