-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiscord.html
129 lines (98 loc) · 5.41 KB
/
discord.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=0.5">
<meta name="language" content="English">
<title>PopCord - ChatBox</title>
<link rel="stylesheet" href="script/dark.css">
<link rel="icon" href="https://zupimages.net/up/23/13/fddt.png" type="image/x-icon">
<link rel="stylesheet" href="./script/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<meta name="theme-color" content="#ff97ff">
<meta name="title" content="Popcord - Server Chat">
<meta name="description" content="chat on discord server via the website!">
<meta name="googlebot" content="index,follow" />
<meta name="googlebot-news" content="index,follow" />
<meta name="robots" content="index,follow" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@PopCordDiscord" />
<meta name="twitter:url" content="https://popcord.github.io/discord" />
<meta name="twitter:image" content="https://zupimages.net/up/23/13/16vu.png" />
<meta name="twitter:description" content="chat on discord server via the website!">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:url" content="https://popcord.github.io/discord">
<meta property="og:type" content="website">
<meta property="og:site_name" content="popcord">
<meta property="og:title" content="PopCord - ChatBox">
<meta property="og:description" content="chat on discord server via the website!">
<meta property="og:image" content="http://zupimages.net/up/23/13/fddt.png">
<meta property="og:image:secure_url" content="https://zupimages.net/up/23/13/16vu.png" />
<meta property="og:keywords"
content="PopCord, Popcord, popCord, Discord bot, Best Discord bot, vote, pop, cord, popcord, Pop, bot, Bot, POPCORD, BOT, Discord, https://popcord.github.io/">
<meta name="keywords"
content="PopCord, Popcord, popCord, Discord bot, Best Discord bot, vote, pop, cord, popcord, Pop, bot, Bot, POPCORD, BOT, Discord, https://popcord.github.io/">
<meta name="author" content="spidirman#4534">
<meta name="copyright" content="spidirman#4534" />
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item"
href="https://discord.com/oauth2/authorize?client_id=994970912271122452&permissions=8796093022207&redirect_uri=https%3A%2F%2Fdiscord.gg%2FU3u5EyrgTD&response_type=code&scope=applications.commands%20bot" target="_blank">
<img src="img/discord.png" width="30px" height="55px">
</a>
<p style="background-color:black; border-radius:10%" class="navbar-item"><a href="http://188.165.254.184:8104/" style="color:white" class="fa-solid fa-code" target="_blank"> API</a>
</p>
<a role="button" class="navbar-burger" data-target="navbarBasicExample" aria-label="menu"
aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
</div>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<!-- ?Change the navbar-start to navbar-end if u want the links to be at right.-->
<a class="navbar-item" href="https://popcord.github.io/">
Home
</a>
<a class="navbar-item" href="commands">
Commands
</a>
<a class="navbar-item" href="https://discord.com/invite/U3u5EyrgTD" target="_blank">
Support
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Vote
</a>
<!--Dropdown menu for vote-->
<div class="navbar-dropdown">
<a class="navbar-item" href="https://top.gg/bot/994970912271122452/vote" target="_blank">
Top.gg
</a>
<a class="navbar-item" href="https://discordbotlist.com/bots/popcord/upvote" target="_blank">
discordbotlist
</a>
<a class="navbar-item" href="https://wonderbotlist.com/fr/bot/994970912271122452/vote" target="_blank">
wonderbotlist
</a>
<a class="navbar-item" href="put the link here" target="_blank">
comming soon
</a>
</div>
</div>
</div>
</div>
</nav>
<widgetbot server="911936163395301379" channel="911936164095729680" frameborder="0"
style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;"
height="100%" width="100%"></widgetbot>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
<script src="script/style.js"></script>
</body>
</html>