-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (42 loc) · 1.76 KB
/
index.html
File metadata and controls
51 lines (42 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/110267296?s=200&v=5">
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style.css?v=4">
<script src="app.js" defer></script>
<meta property="og:title" content="Slice Client" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sliceclient.com" />
<meta name="theme-color" content="#b162ff">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:description" content="Private hacked client." />
<title>Slice Client</title>
</head>
<body>
<!-- Center a div horrizontally -->
<div class="text-title">
<h1 class=" text-title---text">Slice Client</h1>
</div>
<div class="buttons">
<form action="//discord.gg/7T7yU2AWQK" target="_blank">
<button>Discord</button>
</form>
<form action="https://docs.sliceclient.com/docs/intro" target="_blank">
<button>Script Docs</button>
</form>
<button data-sellix-product="62e5a5835dff5" type="submit" alt="Buy Now with sellix.io">Buy (Skip Invite)</button>
<footer>
<p class="copyright">© <a href="//github.com/SliceHack">Slice Client</a> 2023</p>
</footer>
<button>ClickGUI Preview</button>
</div>
<script src="sellix.js"></script>
<div class="iframe-container">
<iframe src="iframe.html" frameborder="0" width="100%" height="100%">
</div>
</body>
</html>