-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin-as-vip.html
46 lines (36 loc) · 1.57 KB
/
join-as-vip.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
<html lang="en">
<head>
<!-- Default website image and description for social sharing -->
<meta property="og:image" content="http://awesomecars-wiki.gamewaver.com/images/logos/awesome-cars-square-log-720x720.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://awesomecars-wiki.gamewaver.com/"/>
<meta property="og:title" content="Awesome Cars Wiki" />
<meta property="og:description" content="A simpe website where you can find all important info about our server." />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="./images/logos/awesome-cars-square-log-720x720.png" type="image/png">
<link rel="stylesheet" href="style.css">
<title>Join as VIP | Awesome Cars + Fun Maps</title>
</head>
<body>
<h1>Join as VIP</h1>
<h2>1. Wait for new map</h2>
<h2>2. Restart your Counter-Strike</h2>
<h2>3. Click "~" on your keyboard to open the console</h2>
<h2>4. Copy and paste this there:</h2>
<h2>setinfo _pw "YOUR PASSWORD"</h2>
<h2>5. Enjoy!</h2>
<a href="/">
<h2 class="button">Go Back</h2>
</a>
</body>
<footer>
<a href="http://awesomecs.tk" target="_blank">
<img src="./images/logos/awesome-cars-logo-400x78.png">
</a>
</footer>
</html>