-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 843 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>RgBotClient-V1 Menu</title>
<link rel='icon' href='images/RG.png'>
<link href="client/flash.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/kursor.js"></script>
<script>
new kursor({
type: 1
})
</script>
<script src="client/smoothscroll.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<body background="images/BG.png">
<ul>
<center><h2><a href='client/index.html'>Click To Start BotClient</a></h2><center>
</ul>
</body>
</html>