-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrule.html
46 lines (46 loc) · 1.36 KB
/
rule.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Group Rules</title>
<style>
body {
background-image: url('./Assets/rubackground.jpg');
background-size: cover;
color: red;
font-family: Arial, sans-serif;
padding: 20px;
}
h1 {
text-align: center;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
.copyright {
text-align: center;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Group Rules</h1>
<ul>
<li>Rule 1: Be respectful to others.</li>
<li>Rule 2: No spamming allowed.</li>
<li>Rule 3: Follow the guidelines.</li>
</ul>
<div class="copyright">
<p>© Copyright Owned By VENOCYBER TECH</p>
<p>either you runs the day or the day runs you</p>
<p><b>all you have to do is to stand the other side of fear</b></p>
<a href="https://github.com/Kingjux/African-cod3rs-tz/"><img src="https://telegra.ph/file/9b03c6b99cf67d56185dc.jpg" alt="create your own powered by Venocyber tech" style="width: 30%;"></a>
</div>
</body>
</html>