forked from lnp2pBot/lnp2pbot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
disclaimer.es.html
74 lines (69 loc) · 4.03 KB
/
disclaimer.es.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
74
<!DOCTYPE html>
<html lang="es">
<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 property="og:url" content="https://lnp2pbot.com" />
<meta property="og:title" content="Lightning Network peer-to-peer telegram bot" />
<meta property="og:image" content="https://lnp2pbot.com/img/logo.png" />
<meta property="og:description" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@lnp2pBot">
<meta name="twitter:creator" content="@lnp2pBot">
<meta name="twitter:title" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
<meta name="twitter:description" content="Exchange Bitcoin in a peer to peer way through Lightning Network without KYC" />
<meta name="twitter:image" content="https://lnp2pbot.com/img/logo.png" />
<link rel="stylesheet" href="./normalize.css">
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
<title>@lnp2pBot</title>
</head>
<body>
<div class="container">
<header class="header">
<div class="logo">
<a href="./index.es.html"><img src="./img/logo.png" alt="" class="logo"></a>
</div>
<nav class="nav">
<ul class='nav_menu'>
<li class='nav_item'><a target="_blank" href="https://lnp2pbot.com/learn" class="nav_link">Learn</a></li>
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Chat</a></li>
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
</ul>
</nav>
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-twitter icon-menu"></i>
</a>
<div class="lang_box">
<a class="lang_link" href="./disclaimer.pt.html">
PT 🇵🇹
</a>
<a class="lang_link" href="./disclaimer.html">
EN 🇬🇧
</a>
<a class="lang_link" href="./disclaimer.fr.html">
FR 🇫🇷
</a>
</div>
</header>
<main>
<div class="disclaimer-box">
<h2>Disclaimer</h2>
<h3>Al utilizar el bot de comercio P2P, aceptas los siguientes términos y condiciones:</h3>
<p>El bot es un software de código abierto que está disponible para que cualquiera lo use, copie, modifique y ejecute. Los desarrolladores no son responsables de las acciones de otras personas que utilicen el software de cualquier manera, ya sea legal o ilegal, honesta o deshonesta.</p>
<p>El bot se proporciona "tal cual" y "según disponibilidad", y los desarrolladores no ofrecen garantías de ningún tipo, expresas o implícitas, con respecto al bot o su uso.</p>
<p>Los desarrolladores y los árbitros de disputas hacen todo lo posible para eliminar a los actores malintencionados y estafadores del uso del bot, pero el usuario reconoce que el sistema puede ser atacado y acepta la plena responsabilidad al ejecutarlo.</p>
<p>Ni los desarrolladores ni los árbitros de disputas son responsables de las pérdidas o daños que el usuario pueda sufrir como resultado del uso del bot.</p>
</div>
</main>
</div>
<footer class="footer">
<div class="footer-container">
© 2022 @lnp2pBot. All rights reversed.
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
</div>
</footer>
</body>
</html>