-
Notifications
You must be signed in to change notification settings - Fork 0
/
cs:go-skin-generator.html
65 lines (65 loc) · 2.29 KB
/
cs:go-skin-generator.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free CS:GO Skin Generator</title>
<meta content="FREE CS:GO SKIN GENERATOR" property="og:title" />
<meta content="FREE CS:GO SKIN GENERATOR [100% LEGIT, NO VIRUS, CRACKED, SOURCE LEAKED. CLEAN DOWNLOAD, FREE, 100% NO VIRUS]" property="og:description" />
<meta content="https://imerciless.com/cs:go-skin-generator" property="og:url" />
<meta content="aseets/csgo.png" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7945526097226654"
crossorigin="anonymous"></script>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
text-align: center;
}
.container {
max-width: 600px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #333;
}
p {
color: #666;
margin-bottom: 20px;
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #0056b3;
}
.csgo-logo {
max-width: 200px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<img src="https://logos-world.net/wp-content/uploads/2023/02/CSGO-Logo.png" alt="CS:GO Logo" class="csgo-logo">
<h1>Free CS:GO Skin Generator</h1>
<p>Generate your own CS:GO skins for free!</p>
<p>Just click the button below and watch the magic happen:</p>
<a href="#" class="btn">Generate Skin</a>
<p>Disclaimer: This is just a joke, there are no actual CS:GO skins being generated. Don't take it seriously!</p>
</div>
</body>
</html>