-
Notifications
You must be signed in to change notification settings - Fork 2
/
discord.html
86 lines (75 loc) · 3.71 KB
/
discord.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
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<title>Tautulli - Discord Server</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://discord.gg/tQcWEUp" />
<!-- Meta Description -->
<meta name="description" content="Join the Tautulli Discord Server for live chat" property="og:description">
<meta name="keywords" content="tautulli, plex, monitoring, tracking, stats, notifications, plex monitoring, plex tracking, plex stats, plex notifications, discord">
<meta name="author" content="Tautulli" property="og:title">
<meta content="Tautulli - Discord Server" property="og:site_name">
<meta content="website" property="og:type">
<meta content="https://tautulli.com/discord" property="og:url">
<meta content="https://tautulli.com/images/Discord-Logo-Color.png" property="og:image">
<script type="text/javascript">
window.location.href = "https://discord.gg/tQcWEUp";
</script>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/plexcolors.css"/>
<link rel="stylesheet" href="css/styles.css"/>
</head>
<body class="bg-shark text-alabaster">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-black">
<div class="container">
<a class="navbar-brand svg" href="/">
<object data="images/logo-tautulli.svg" type="image/svg+xml" style="height: 50px;"></object>
</a>
</div>
</nav>
<section id="heading" class="bg-river-bed d-flex align-items-center justify-content-center">
<div class="text-center">
<p class="p-5">If you are not redirected to Discord, click the button below.</p>
<p><a class="btn bg-gamboge text-alabaster" href="https://discord.gg/tQcWEUp"><i class="fab fa-discord"></i> Go to Discord</a></p>
</p>
</div>
</section>
<footer id="footer" class="p-5 text-gray-chateau">
<div class="container">
<div class="text-center">
<div class="footer-content">
<p>Copyright © 2018 | JonnyWong16 / WilliamComartin</p>
<p>Tautulli is not affiliated with Plex Inc.</p>
</div>
</div>
</div>
</footer>
<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" style="display:none;">
<symbol id="close" viewBox="0 0 18 18">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9,0.493C4.302,0.493,0.493,4.302,0.493,9S4.302,17.507,9,17.507
S17.507,13.698,17.507,9S13.698,0.493,9,0.493z M12.491,11.491c0.292,0.296,0.292,0.773,0,1.068c-0.293,0.295-0.767,0.295-1.059,0
l-2.435-2.457L6.564,12.56c-0.292,0.295-0.766,0.295-1.058,0c-0.292-0.295-0.292-0.772,0-1.068L7.94,9.035L5.435,6.507
c-0.292-0.295-0.292-0.773,0-1.068c0.293-0.295,0.766-0.295,1.059,0l2.504,2.528l2.505-2.528c0.292-0.295,0.767-0.295,1.059,0
s0.292,0.773,0,1.068l-2.505,2.528L12.491,11.491z"/>
</symbol>
</svg>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js"
integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JW9GTT49EH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JW9GTT49EH');
</script>
</body>
</html>