-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (68 loc) · 3.37 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
<!DOCTYPE html>
<!--suppress ALL -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Loxiniko</title>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style1.css">
</head>
<body style="background-color: lightblue">
<div class="title" id="head">
<h1>Мы вас не кинем, мамой клянусь</h1>
<h6>Или кинем</h6>
</div>
<div id="sd">
<div>
<div class="subtitle">
<h2>Почему мы вас не кинем</h2>
<h6>Или кинем</h6>
</div>
<div id="answer">
<p>Мы крутые. Вы лохи. Вы повелись на лохотрон. И ещё мы самая надёжная компания на рынке бинарных лохопционов.</p>
<p>И вы говно, а я король</p>
</div>
</div>
<table class="tarifs" id="tarifs">
<caption id="tarif_head">
<h2 style="text-align: left">Тарифы лохинвестирования</h2>
</caption>
<tr>
<th></th>
<th class="loxinvestarif"> Лошара </th>
<th class="midinvestarif"> Средняк </th>
<th class="godinvestarif"> Бог </th>
</tr>
<tr>
<td >Доход</td>
<td class="loxinvestarif">5%день</td>
<td class="midinvestarif">20%день</td>
<td class="godinvestarif">40%день</td>
</tr>
<tr>
<td>Мин вложение</td>
<td class="loxinvestarif">150руб</td>
<td class="midinvestarif">5000руб</td>
<td class="godinvestarif">10000руб</td>
</tr>
</table>
<div class="whoami">
<div class="subtitle">
<h2>Кто и что мы</h2>
</div>
<div class="answer">
<p>Мы крутая инвестиционная компания(самая, самая, самая лучшая на рынке). Мы инвестируем в бинарные лохопционы, лохкриптовалюты, в бухмейкеров и в себя</p>
<p>Вы можете стать крутым инвестором(лохом) прямо сейчас. Если принесёшь нам деньги, порекомендуй нас друзьям, зачем таким как ты друзья.</p>
</div>
</div>
<div class="invest">
<div class="subtitle">
<h2>Как нами пользоваться</h2>
<h6>Руки на стол, извращенцы</h6>
</div>
<iframe width="642" height="361" src="https://www.youtube.com/embed/B0hamFVQLlM" title="Как инвестировать в хайпы. На примере Финико, Антарес, Кубиттеч. Finiko, Antares, Qubittech." frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</body>
</html>