-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Isobot</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Isobot. A Discord bot made to accelerate your server experience and make your server more fun!">
<link rel="stylesheet" type="text/css" href="looks.css">
<link rel='shortcut icon' href='isobotV2.png'>
<script></script>
</head>
<noscript>This page requires <b>JavaScript</b> to invite the bot and connect to Discord. So please enable it in your Browser's settings.</noscript>
<body>
<div id="top-nav-bar">
<span class="top-nav-bar-item top-nav-bar-item_title">Isobot</span>
<span class="top-nav-bar-item" id="clickBox-Main" onclick="window.location='subpage/invite.html'">Invite Isobot</span>
<span class="top-nav-bar-item item-shut-notAllowed">Commands <sup>(COMING SOON)</sup></span>
<span class="top-nav-bar-item" onclick='window.location="https://discord.gg/MwqP8DEAqS"'>Support Server</span>
<span class="top-nav-bar-item" onclick="window.location='subpage/activity.html'">Activity</span>
</div>
<div id='container'>
<br>
<br>
<br>
<br>
<br>
<center>
<div class='mini-card'>
<img src='warning.png'>
<br><br>
<label id='mini-card-title'>This page is being redesigned!</label>
<br>
<label id='mini-card-desc'>please check back later!</label>
</div>
</center>
</div>
</body>
<script src="runtime-script.js"></script>
</html>