-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
developers.html
83 lines (44 loc) · 1.78 KB
/
developers.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<head>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- META -->
<title>Developers</title>
<meta charset="utf-8">
<meta name="description" content="A discord bot with fun, moderation and utilities commands.">
<meta name="keywords" content="Discord, Discord bot, BotName, discord bots">
<meta name="author" content="GRIMREAPER007">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Name bot">
<meta property="og:description" content="A bot with fun, moderation and utilities commands.">
<meta property="og:url" content="https://discord.gg/gSxYjM2NrW">
</head>
<nav id="nav">
<div id="navtext-div">
<a id="navtext">Developers</a>
<a href="index.html" id="navtext">Home</a>
<a href="commands.html" id="navtext">Commands</a>
</div>
</nav>
<!-- WEBSITE BY GRIMREAPER007-->
<body>
<img id="logo-main-1" src="img/logo.jpg">
<p id="botname-main-1">Developers</p>
<div id="main-buttons">
<a href="#developers"><button id="main-button-1">Know More</button></a>
<a href="https://discord.com/oauth2/authorize?client_id=797739194671038484&permissions=8&scope=bot"><button id="main-button-2">Invite Me!</button></a>
</div>
<div style="margin:50px 0 50px 0;"></div>
<div id="developers"></div>
<p id="developers-grade">Director/Head Developer</p>
<div id="developers-grid">
<div>
<img id="developers-img1" src="img/arpan.jpg"> <p id="developers-name">GRIMREAPER007#8453</p>
</div>
<!-- WEBSITE BY GRIMREAPER007-->
</body>
<footer>
<p id="footer-copyright">©️2021 All rights reserved.</p>
<a href="https://discord.gg/hAkgCwvGuE"><p id="footer-credits"> Website by GRIMREAPER007</p></a>
</footer>
<script src="js/script2.js"></script>