-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (45 loc) · 2.68 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
49
50
<!doctype html>
<html lang="en">
<head>
<title>Yuuko</title>
<meta charset="UTF-8">
<meta name="description" content="Information about Yuuko, the multi-purpose Discord bot.">
<meta name="keywords" content="Discord, Bot, Yuuko, Music, Multi-purpose, API">
<meta name="author" content="Joshua Hunt">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://avatars0.githubusercontent.com/u/46527589?s=400&u=734a3858c89ea458d4fa6f67ba803a3ce61b4938&v=4" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="./a/css/styles.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<picture class="background">
<source type="image/webp" srcset="./a/img/yuuko-bg-blur.webp">
<source type="image/jpg" srcset="./a/img/yuuko-bg-blur.jpg">
<img src="./a/img/yuuko-bg-blur.jpg" alt="yuuko-background-blur">
</picture>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link" href="https://github.com/Yuwuko/Yuuko" target="_blank">Source</a>
<a class="nav-link" href="https://discord.gg/VsM25fN" target="_blank">Support</a>
<a class="nav-link" href="https://top.gg/bot/420682957007880223/vote" target="_blank">Vote</a>
<a class="nav-link" href="https://www.patreon.com/yuwuko" target="_blank">Patreon</a>
</nav>
</div>
</header>
<main class="px-3">
<h1>Yuuko</h1>
<p class="lead">Watching over <span id="guilds"></span> guilds, and have processed <span id="events"></span> messages in the past <span id="uptime"></span></p>
<p class="lead">
<a href="https://discord.com/oauth2/authorize?client_id=420682957007880223&permissions=8&scope=bot" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Invite</a>
</p>
</main>
<footer class="mt-auto text-white-50">
<p>Made with ❤️ by <a href="https://github.com/BasketBandit" class="text-white">BasketBandit</a>.</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="./a/js/scripts.js"></script>
</body>
</html>