-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoki.php
70 lines (65 loc) · 3.02 KB
/
poki.php
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#eeb851">
<title>Как купить донат?</title>
<link rel="stylesheet" href="../ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/style.css">
<script src="../ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body class="bgfixed">
<style>
body {
background: url("/assets/bg.png") center no-repeat fixed;
background-size: cover;
}
</style>
<header>
<div class="navbar-light navbar-expand-lg2">
<div class="container">
<div class="menu d-flex align-items-center justify-content-between">
<a href="/" class="link-mobile">
<img src="assets/close.svg">
</a>
</div>
</div>
</div>
</header>
<div class="pageHowtobuy container">
<div class="row justify-content-end">
<div class="col-12 col-lg-4 alerts order-1 order-lg-0">
<div>
<h2>Выдаем донат навсегда</h2>
<p>Привилегия не пропадет после вайпа, так же у нас работает доплата</p>
<a href="/"><button class="bg">Купить привилегию</button></a>
</div>
</div>
<div class="col-12 col-lg-8 steps">
<div>
<h2>1. Выбери сервер, введи ник и выбери привилегию</h2>
<img src="/assets/steps/1.jpg">
</div>
<div>
<h2>2. Выбери удобный способ оплаты</h2>
<img src="/assets/steps/2.jpg">
</div>
<div>
<h2>3. Введи свой номер телефона или лицевой счет</h2>
<img src="/assets/steps/3.jpg">
</div>
<div>
<h2>4. Перейди к оплате (Для примера показан QIWI)</h2>
<img src="/assets/steps/4.jpg">
</div>
<div>
<h2>5. Готово! Наслаждайтесь игрой!</h2>
</div>
</div>
</div>
</div>
<script type="text/javascript">(function(d,w,c){(w[c]=w[c]||[]).push(function(){try{w.yaCounter50457259=new Ya.Metrika2({id:50457259,clickmap:!0,trackLinks:!0,accurateTrackBounce:!0,webvisor:!0})}catch(e){}});var n=d.getElementsByTagName("script")[0],s=d.createElement("script"),f=function(){n.parentNode.insertBefore(s,n)};s.type="text/javascript";s.async=!0;s.src="https://mc.yandex.ru/metrika/tag.js";if(w.opera=="[object Opera]"){d.addEventListener("DOMContentLoaded",f,!1)}else{f()}})(document,window,"yandex_metrika_callbacks2")</script>
<noscript><div><img src="../watch/50457259/1.gif" style="position:absolute; left:-9999px;" alt=""></div></noscript>
</body>
</html>