forked from tezbox/tezbox.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdisclaimer.html
More file actions
113 lines (96 loc) · 3.95 KB
/
disclaimer.html
File metadata and controls
113 lines (96 loc) · 3.95 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>TezBox - Tezos Wallet</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
<style>
#mainNav .navbar-brand {
color: #222;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
font-size:1.9em;
}
.headLogo{
width:250px;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNavSub">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/"><img class="headLogo" src="img/logo.png"></a>
</div>
</nav>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Disclaimer</h2>
<div class="alert alert-warning">TezBox ist ein von der Community entwickeltes Projekt und bietet keinen Schutz vor möglichen Hacks oder Verlusten von finanziellen Vermögenswerten oder digitalen Token, die in der TezBox-Brieftasche gespeichert sind. Sie benutzen diese Brieftasche auf eigene Gefahr.</div>
<hr>
</div>
</div>
</section>
<section class="contact bg-primary" id="contact">
<div class="container">
<h2>Social Media</h2>
<ul class="list-inline list-social">
<li class="list-inline-item social-twitter">
<a target="_blank" href="https://twitter.com/TezBox_Wallet">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item social-google-plus">
<a target="_blank" href="mail:stephen@andrewstribe.co.nz">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-inline-item social-facebook">
<a target="_blank" href="https://github.com/tezbox">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<p>© 2017 TezBox. Alle Rechte vorbehalten. Deutsche Übersetzung: Stefan Jutzi</p>
<p>
<a href="/disclaimer.html">Disclaimer</a> -
<a href="/privacy.html">Datenschutz</a>
</p>
<p><b>Unterstützen</b></p>
<p>Tez - tz1Udfojp4FsiyUqM2s1VbREE2ZdijGypuRv</p>
<p>Ethereum - 0x9E8c3B7DC8A3A5812c8EEd112920f9F043D21157</p>
<p>Bitcoin - 1JPi2GuimSYF3y5BiJY3Gsv3sQg7BJ2jqQ</p>
<p>Bitcoin Cash: 16NDiU2mqHntvR1vf4z1qPLgyAeg3pDLuw</p>
<p>Dash: XiuPvhiw23exboYdY34xRZNEKpM81nvfg7</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>