This repository has been archived by the owner on May 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (47 loc) · 2.35 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/style.css">
<title>Monika - The Discord Bot</title>
<meta name="description" content="Monika is a multifunctional Discord bot made to sharpen your server with music, moderation, fun, and way more!">
<meta name="keywords" content="Monika,Discord,Bot,Just,DDLC,Doki">
<script async src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118751504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118751504-1');
</script>
</head>
<body>
<div class="nav">
<a style="float:left" href="index.html">Monika</a>
<a hidemob href="https://patreon.com/monikabot">Donate</a> 
<a href="https://discord.gg/DspkaRD">Support</a> 
<a href="https://discordapp.com/oauth2/authorize?client_id=399315651338043392&permissions=8&scope=bot">Invite</a>
</div>
<div class="main">
<img src="https://cdn.discordapp.com/avatars/399315651338043392/cfae149561ab9bf73378ab4a72ab058c.png?size=512" class="avatar" alt="Monika's avatar" draggable="false">
<h1>Hi! I'm Monika</h1>
<h2>I'm a Discord bot coded by kaniel#1337, Shana#4092, and Akira#4587.</h2>
<p>
My developers are always updating me, so I can love you in even more ways.
I have fun commands, music commands, anime commands, moderation commands, and more!
</p>
<p style="margin-top:2em;margin-bottom:3em;">
<a href="https://discordapp.com/oauth2/authorize?client_id=399315651338043392&permissions=8&scope=bot">Invite</a> •
<a href="commands.html">Commands</a> •
<a href="https://discord.gg/DspkaRD">Support</a></p>
<p>
Best wishes!<br>
- Monika and the literature club
</p>
</div>
<div class="watermark">Copyright © 2018 Kaniel. Website made by <a href="https://disgd.pw">disgd</a></div>
</body>
</html>