-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (112 loc) · 6.78 KB
/
index.html
File metadata and controls
120 lines (112 loc) · 6.78 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!--
Copyright (C) 2016-2021 phantombot.dev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html style="height: auto; min-height: 100%;">
<head>
<title>PhantomBot | Multipurpose Twitch Chat Bot</title>
<!-- Meta tags -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="description" content="PhantomBot is an actively developed open source interactive Twitch bot with a vibrant community that provides entertainment and moderation for your channel, allowing you to focus on what matters the most to you - your game and your viewers.">
<meta name="keywords" content="PhantomBot, Bot, Twitch, Free, Twitch Chat, Chat Bot, Twitch Chat Bot, Chat, Custom, Java, JavaScript, Windows, Linux, Mac">
<meta name="author" content="phantombot, phantombot.dev">
<!-- Favicon -->
<link rel="icon" href="https://phantombot.dev/favicon.ico" type="image/x-icon">
<!-- Bootstrap 3.3.7 css -->
<link rel="stylesheet" href="https://phantombot.dev/common/css/bootstrap.min.css" />
<!-- Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha256-2XFplPlrFClt0bIdPgpz8H7ojnk10H69xRqd9+uTShA=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://phantombot.dev/common/css/AdminLTE.dark.min.css" />
<link rel="stylesheet" href="https://phantombot.dev/common/css/skin-purple.dark.min.css" />
<link rel="stylesheet" href="https://phantombot.dev/common/css/pace.min.css" />
</head>
<body class="skin-purple layout-top-nav fixed" style="height: auto; min-height: 100%;">
<div class="wrapper" style="height: auto; min-height: 100%;">
<!-- Header -->
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<img class="navbar-brand" alt="PhantomBot" src="https://phantombot.dev/common/images/logo.png" /> <span class="navbar-brand logo-lg"><b>Phantom</b>Bot</span>
</div>
</div>
<!-- /.container-fluid -->
</nav>
</header>
<!-- Main content -->
<div class="content-wrapper">
<div class="content">
<div class="col-md-4">
<div class="box box-solid box-primary" id="pages-tab">
<div class="box-header with-border">
<i class="fas fa-home"></i>
<h3 class="box-title">PhantomBot Homepage</h3>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body">
Get access to guides, Discord, and more
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-solid box-primary" id="github-tab">
<div class="box-header with-border">
<i class="fab fa-github"></i>
<h3 class="box-title">PhantomBot on GitHub</h3>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body">
View the code and contribute to PhantomBot
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
</div>
</div>
<footer class="main-footer">
<strong>Copyright © 2016 - <script>document.write(new Date().getFullYear());</script> <a href="https://github.com/PhantomBot/PhantomBot" style="color: #6441a5;">PhantomBot</a></strong>
</footer>
</div>
<!-- Load jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script>
<!-- Load Bootsrap 3.3.7 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js" integrity="sha512-ePSfiGQMIzYzXVQLqWoVC3yxVEHIM5Y3EGh9jPNxpf+hPuLtzPdxJX+lTC3ziPMlDgc5OsM4JThxGwN2DkWEeA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.4.0/js/adminlte.min.js" integrity="sha512-4LW2vmg8t+drPiNqhkUrtVZ3M/UCyhEhVasHYx7d+mXKjcw/G0BSuQ78FnkzPyWU23QBXtTUrKoPmX95KTLE4A==" crossorigin="anonymous"></script>
<!-- Generate the panel links -->
<script>
$(function() {
$('#pages-tab').click(function() {
window.location = 'https://phantombot.dev/';
});
$('#pages-tab').css('cursor', 'pointer');
$('#github-tab').click(function() {
window.location = 'https://github.com/phantombot/PhantomBot';
});
$('#github-tab').css('cursor', 'pointer');
// Start tooltips.
$('[data-toggle="tooltip"]').tooltip();
setTimeout(function() {
window.location = 'https://phantombot.dev';
}, 1000);
});
</script>
</body>
</html>