-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
92 lines (76 loc) · 3.61 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
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
<!DOCTYPE html>
<html>
<head>
<!--todo: readd embed shit here-->
<title>Snipeware Client</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/snipeware.webp">
<link rel="icon" type="image/png" href="./assets/snipeware.webp">
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
<script src="./assets/optimizedytloading.js"></script>
<script src="./assets/index.js"></script>
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<link href="./assets/style.css" rel="stylesheet">
</head>
<body>
<div class="header" style="display: flex;">
<a href=./index.html#home>
<img src="./assets/snipeware.webp" height="70px"></img>
</a>
<div style="margin: auto 0 auto auto; text-align: right;">
<a href="./apply.html" style="margin: 10px; font-size: 25px;">Apply</a>
<a href="./buy.html" style="margin: 10px; font-size: 25px;">Buy</a>
<a href="./credits.html" style="margin: 10px; font-size: 25px;">Credits</a>
</div>
</div>
<div class="video-wrap">
<iframe id="video-iframe" title="Showcase video"
src="https://www.youtube-nocookie.com/embed/DbC5hlssKOM?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&mute=1"
frameborder="0"></iframe>
</div>
<div class="title" style="left: 44px; top: 100px;">
<h1><span style="color: var(--accent);">Snipe</span>ware</h1>
<span id="motd">Utility client for 1.8</span>
<button class="discord-button" style="margin-top: 50px;"
onclick="location.href='https://discord.gg/rgKbq2N2U3'">Join the
Discord</button>
<button onclick="location.href='./apply.html'"><a href="./apply.html">Apply for Snipeware</a></button>
<button onclick="location.href='./buy.html'"><a href="./buy.html">Snipeware Premium</a></button>
</div>
<h2>Our Features</h2>
<!-- way too many nested divs here oh god oh fuck
change these however you like -->
<div style="display: flex;">
<div class="feature-box">
<center>
<div class="feature-icon">
<ion-icon name="wallet"></ion-icon>
</div>
</center>
<h3>Completely Free</h3>
<p>At the low price of $0.00, simply fill out an application to get the client and start playing!</p>
</div>
<div class="feature-box">
<center>
<div class="feature-icon">
<ion-icon name="flame"></ion-icon>
</div>
</center>
<h3>Premium Bypasses</h3>
<p>All the latest bypasses for Hypixel, Redesky, and more for the smoothest experience.</p> <!-- snoothest -->
</div>
<div class="feature-box">
<center>
<div class="feature-icon">
<ion-icon name="options"></ion-icon>
</div>
</center>
<h3>Many Features</h3>
<p>Snipeware has many modules that will assist you in any PVP minigame you could ever want to play.</p>
</div>
</div>
<h2 style="margin-bottom: 15px;">Apply Today!</h2>
<button onclick="location.href='./apply.html'"><a href="./apply.html">Apply for Snipeware</a></button>
</body>
</html>