-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchat.html
42 lines (39 loc) · 1.24 KB
/
chat.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chat - LupineVault</title>
<script defer src="https://cloud.umami.is/script.js" data-website-id="52bfea34-46bb-49d1-976f-a5252508ddef"></script>
<link rel="stylesheet" href="assets/styles/css/global.min.css">
<meta name="google-adsense-account" content="ca-pub-1772815021916812">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tf7software/Font-Awesome-pro-cdn@main/css/all.css">
<style>
body, html {
margin: 0;
padding: 0;
}
widgetbot {
width: 100%;
height: 95vh;
}
#banner {
width: 100%;
height: 5vh;
}
</style>
</head>
<body>
<div id="particles-js"></div>
<script src="/particles.min.js"></script>
<div id="sidebarMenu"></div>
<div id="banner">Join this server on Discord for more features <a href="https://discord.gg/NNkeGvp5Ry">here</a></div>
<div id="mainContent">
<widgetbot
server="1298094096858218516"
channel="1309304281320656977"
></widgetbot>
</div>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
<script src="/api/getMetrics.js"></script>
<script src="assets/js/global.js"></script>
</body>
</html>