-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin-bot-selection.php
More file actions
61 lines (60 loc) · 1.9 KB
/
admin-bot-selection.php
File metadata and controls
61 lines (60 loc) · 1.9 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php include "header.php"?>
<div class="scrollmenu">
<a href="index.html">Home</a>
<a href="commands.php">Commands</a>
<a href="contact.php">Contact</a>
<a href="https://discord.gg/pH2qMdFpAnG">Support</a>
<a href="https://discord.com/login">Login</a>
<a href="https://classroom.google.com/c/MjIyNDU4OTI2MTQ1?cjc=gy7vrnj">Report</a>
<a href="admin.php" class="active">Admin Panel</a>
</div>
</body>
</html>
<!DOCKTYPE>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bot selector for Communication-Bot.">
<title>Communication Bot</title>
<style>
img{
width: 200px;
height: 200px;
border-radius: 5px;
}
.content{
border: black solid 5px;
border-radius: 5px;
margin: auto;
width: 200px;
height: 400px;
padding: 5px;
text-align: center;
}
.button {
background-color: #7289DA;
border: none;
width: 135px;
border-radius: 5px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: auto;
cursor: pointer;
}
</style>
</head>
<body>
<br>
<div class="content">
<img src="bcb 3d bot.jpg" alt="bcb 3d bot.jpg">
<br><br>
<a class="button" href="admin-bot.php">Official Bot</a><br><br>
<a class="button" href="admin-bot-tester.php">Tester Bot</a>
</div>
</body>
</html>