-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddxurumin.html
74 lines (66 loc) · 3.06 KB
/
addxurumin.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Adicionar o Xurumin - Xurumin</title>
<meta name="title" content="Adicionar o Xurumin - Xurumin">
<meta name="description" content="Um bot brasileiro que toca música (com playlists!) enquanto você joga com seus amigos e
te deixa ouvir aquele podcast no fim de tarde. Além disso, também tenho memes e jogos!">
<meta name="keywords"
content="discord, bot, xurumin, diversão, entretenimento, jogos, musica, podcast, playlist, spotify, youtube, games">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="Portuguese">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#514F8C">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#514F8C">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#514F8C">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" href="./images/xurumin_site_icon.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-80FWKW3D6J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-80FWKW3D6J');
</script>
<!-- Facebook Pixel Code -->
<script>
! function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '3666488206721527');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" alt="" style="display:none"
src="https://www.facebook.com/tr?id=3666488206721527&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<script>
window.location.href = "https://discord.com/oauth2/authorize?client_id=753723888671785042&permissions=2080374975&scope=bot";
</script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "1042fc66550c401db9fc01f315efa16f"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>