-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 2.12 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 2.12 KB
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
<!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="style.css">
<link href="https://api.fontshare.com/v2/css?f[]=switzer@600,800,900,700,400,500&display=swap" rel="stylesheet">
<script src="script.js" defer></script>
<title>Yuuko - The AL Discord bot</title>
</head>
<body>
<label id="themeSwitch">
<input type="checkbox" onchange="toggleTheme()" id="slider">
<span class="slider"></span>
</label>
<div id="main">
<div id="hero">
<div id="title" class="gradient">Yuuko</div>
<div id="text">The only AniList Discord bot you will ever need in your server. It is a modern bot, written
by modern developers, for <span class="gradient">modern</span> people. It incorporates high
functionality, and seamless,
fetching of
anime and manga from AniList, all from just Discord.
</div>
<a href="https://discord.com/api/oauth2/authorize?client_id=867010131745177621&permissions=139586748480&scope=bot" target="_blank"><button id="inviteMe">Invite me</button></a>
</div>
<div id="footer">
<div id="title" class="gradient">The Devs</div>
<div id="devs">
<a href="https://github.com/TibixDev" target="_blank"><img
src="https://avatars.githubusercontent.com/u/21055141?v=4" alt="Tibix Profile Picture"
class="dev"></a>
<a href="https://github.com/crackheadakira" target="_blank"><img
src="https://avatars.githubusercontent.com/u/33316699?v=4" alt="Akira Profile Picture"
class="dev"></a>
<a href="https://github.com/Sayykii" target="_blank"><img
src="https://avatars.githubusercontent.com/u/73665194?v=4" alt="Sayykii Profile Picture"
class="dev"></a>
</div>
</div>
</div>
</body>
</html>