-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
28 lines (26 loc) · 907 Bytes
/
index.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
<html>
<head>
<title>ManageInvite</title>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/discordinvites.css"/>
<link rel="stylesheet" href="css/main.css"/>
</head>
<body>
<div class="content">
<div class="wrapper">
<h1>ManageInvite</h1>
<h3>Choose stability and power, choose ManageInvite.</h3>
<div id="discordInviteBox"></div>
</div>
</div>
<script src="js/discordinvites.js"></script>
<script>
discordInvite.init({
inviteCode: 'N99PJgE',
title: 'ManageInvite\'s Lounge',
introText: 'JOIN OUR SUPPORT SERVER!'
});
discordInvite.render();
</script>
</body>
</html>