removed html files for webview

This commit is contained in:
Manfred Karrer 2015-12-28 16:15:15 +01:00
parent 3bc1b6f669
commit 7d2935b98f
3 changed files with 0 additions and 104 deletions

View File

@ -1,47 +0,0 @@
/*
* This file is part of Bitsquare.
*
* Bitsquare is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bitsquare is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
*/
body {
font-family: sans-serif, Helvetica, Arial;
color: #333;
font-size: 14px;
line-height: 1.5;
}
a {
text-decoration: none;
}
a:link {
color: #0f87c3;
}
a:visited {
color: #0f87c3;
}
a:hover {
color: #666666;
}
a:active {
color: #0f87c3;
}
h1 {
font-size: 16px;
}

View File

@ -1,23 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Insert title here</title>
<link rel="stylesheet" href="base.css"/>
</head>
<body>
<h1>USER AGREEMENT</h1>
1. This software is experimental and provided "as is", without warranty of any kind, express or implied, including but
not limited to the warranties of
merchantability, fitness for a particular purpose and noninfringement.
<br/>
In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an
action of contract, tort or otherwise,
arising from, out of or in connection with the software or the use or other dealings in the software.
<br/><br/>
2. The user is responsible to use the software in compliance with local laws.
<br/><br/>
3. The user confirms that he has read and agreed to the rules defined in our
<a href="https://github.com/bitsquare/bitsquare/wiki/Dispute-process" target="_blank">Wiki</a> regrading the dispute
process.<br/>
</body>
</html>

View File

@ -1,34 +0,0 @@
<!--
~ This file is part of Bitsquare.
~
~ Bitsquare is free software: you can redistribute it and/or modify it
~ under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or (at
~ your option) any later version.
~
~ Bitsquare is distributed in the hope that it will be useful, but WITHOUT
~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
~ License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Insert title here</title>
<link rel="stylesheet" href="base.css"/>
</head>
<body>
<h1>Information</h1>
Bitsquare does not use a single application wallet, but dedicated wallets for every trade.<br/>
Funding of the wallet will be done when needed, for instance when you create or take an offer.
Withdrawing funds can be done after a trade is completed.<br/>
Dedicated wallets help protect user privacy and prevent leaking information of previous trades to other
traders.<br/>
For more background information please see the Bitsquare <a href="https://bitsquare.io/faq/#tradeWallet"
target="_blank">FAQ</a>.
</body>
</html>