-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
123 lines (118 loc) · 4.21 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
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
121
122
123
<!DOCTYPE HTML>
<html>
<head>
<title>Twix</title>
<meta charset="utf-8" />
<meta name="og:title" content="Twix">
<meta name="og:site_name" content="Twix Menu">
<meta name="og:url" content="index.html">
<meta name="og:description" content="Welcome To Twix, A Mod Menu Made for GTA V!">
<meta name="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel='icon' href="images/logo.jpeg" type='image/x-icon'/ >
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">Twix</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="https://discord.gg/k2utzBWX7V">Discord Server</a></li>
<li><a href="https://www.youtube.com/c/Lifixx">YouTube channel</a></li>
<li><a href="https://github.com/TwixDev">GitHub Profile</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Twix</h1>
<p>The cheat to be using on Grand Theft Auto Online<br />
designed to fix issues, protect, and give an enjoyable experience.</p>
</div>
<video autoplay loop muted playsinline src="images/Intro.mp4"></video>
</section>
<!-- Highlights -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>Why should you download and use our cheat?</h2>
<p>Here are some points as to why you should choose us over other providers.</p>
<p> - We provide you with fun options, not just harmful options/advantage options. </p>
<p> - We offer support in our Discord server when you need it the most. </p>
<p> - We aim to update our product as frequently as possible. </p>
</header>
<div class="highlights">
<section>
<div class="content">
<header>
<a href="#" class="icon fa-folder-open-o"><span class="label">Icon</span></a>
<h3>Customization</h3>
</header>
<p>Be able to modify the user interface to fit your liking, you can even share themes on our Discord server!</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fa-line-chart"><span class="label">Icon</span></a>
<h3>Recovery</h3>
</header>
<p>We have a variety of recovery options ranging from heist helping to RP correction!</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fa-commenting"><span class="label">Icon</span></a>
<h3>Chat Commands</h3>
</header>
<p>Lend a helping hand to the lobby by allowing them to execute commands for themself, ranging from dropping money to spawning cars.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fa-refresh"><span class="label">Icon</span></a>
<h3>Updating time</h3>
</header>
<p>Never have to wait weeks again as we will update Twix as quick as a flash.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fa-crosshairs"><span class="label">Icon</span></a>
<h3>Remote Options</h3>
</header>
<p>Cause chaos by sending events to players in your lobby.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fa-users"><span class="label">Icon</span></a>
<h3>Discord community</h3>
</header>
<p>Interact and talk with other people using Twix on our Discord server!</p>
</div>
</section>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>