-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (99 loc) · 4.08 KB
/
index.html
File metadata and controls
101 lines (99 loc) · 4.08 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
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
<!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">
<meta name="author" content="Xorzo Scripts">
<link rel="icon" type="image/x-icon" href="/images/logo.png">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,200&display=swap">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap'">
<title>Xorzo Scripts</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="http://dev.xz-scripts.com/">
<meta property="og:title" content="Xorzo Scripts">
<meta property="og:description" content="Xorzo Scripts sells super high quality FiveM Scripts. For cheap prices">
</head>
<body class="noselect">
<div class="header" id="header">
<div class="liquid"></div>
<img src="/images/logo.png">
<button onclick="location.href='https://google.com';">Tebex</button>
<button onclick="location.href='https://discord.gg/Ssp7AzF3Jr';">Discord</button>
<button onclick="location.href='https://github.com/Xorzo-Scripts';">Github</button>
<button onclick="location.href='docs.html';">Docs</button>
</div>
<div class="heroheader" style="text-align: center;">
<div class="hero">
<h1 style="font-family:'Nunito'">Xorzo Scripts, for high quality scripts</h1>
<a style="color: #34BC85; font-family:'Nunito'"><b>Commercial Quality FiveM® Resources</b></a>
</div>
</div>
<div class="herobackimg">
<div class="heroimg">
<img src="/images/heroimg.png">
</div>
</div>
<div class="body">
<div class="cards">
<div class="card">
<div class="title">
<i class="fa fa-thunderstorm icon"></i>
<b style="font-family: Oswald">Blazing Fast</b>
</div>
<p class="description" style="font-family:'Nunito'">Our scripts are super fast and optimized. We always make sure that they will work properly on all servers.</p>
</div>
<div class="card">
<div class="title">
<i class="fa fa-headset icon"></i>
<b style="font-family: Oswald">Active Support</b>
</div>
<p class="description" style="font-family:'Nunito'">
We only want happy customers. So if someone isn't satisfied or it doesn't work we always have active support team members to help you, in vc or in a support channel.</p>
</div>
<div class="card">
<div class="title">
<i class="fa fa-comment-dollar icon"></i>
<b style="font-family: Oswald">Cheap Prices</b>
</div>
<p class="description" style="font-family:'Nunito'">We always want you to pay for what you get. With us you will never pay for overpriced resources.</p>
</div>
</div>
</div>
<div class="footer">
<img class="logof" src="/images/logo.png"><div style="float: right; padding: 5px; font-size: 13px;">Xorzo Scripts - All Rights Reserved.</div>
</div>
</body>
<style>
.cards {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
}
.card {
width: 400px;
height: 150px;
background-color: black;
margin: 60px;
border: 1px solid #34BC85;
border-radius: 5px;
}
.card .icon {
color: #34BC85;
}
.card .title {
text-align: center;
font-size: 20px;
margin-top: 10px;
}
.card .description {
text-align: center;
}
</style>
</html>