From 7d2935b98f2d12203705565ede2a21d1c22c0049 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 28 Dec 2015 16:15:15 +0100 Subject: [PATCH] removed html files for webview --- gui/src/main/resources/html/base.css | 47 -------------------- gui/src/main/resources/html/tac.html | 23 ---------- gui/src/main/resources/html/tradeWallet.html | 34 -------------- 3 files changed, 104 deletions(-) delete mode 100644 gui/src/main/resources/html/base.css delete mode 100644 gui/src/main/resources/html/tac.html delete mode 100644 gui/src/main/resources/html/tradeWallet.html diff --git a/gui/src/main/resources/html/base.css b/gui/src/main/resources/html/base.css deleted file mode 100644 index c4451ed1bf..0000000000 --- a/gui/src/main/resources/html/base.css +++ /dev/null @@ -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 . - */ - -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; -} \ No newline at end of file diff --git a/gui/src/main/resources/html/tac.html b/gui/src/main/resources/html/tac.html deleted file mode 100644 index 102d612efe..0000000000 --- a/gui/src/main/resources/html/tac.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - Insert title here - - - -

USER AGREEMENT

-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. -
-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. -

-2. The user is responsible to use the software in compliance with local laws. -

-3. The user confirms that he has read and agreed to the rules defined in our -Wiki regrading the dispute -process.
- - \ No newline at end of file diff --git a/gui/src/main/resources/html/tradeWallet.html b/gui/src/main/resources/html/tradeWallet.html deleted file mode 100644 index 6462e3c30b..0000000000 --- a/gui/src/main/resources/html/tradeWallet.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - Insert title here - - - -

Information

-Bitsquare does not use a single application wallet, but dedicated wallets for every trade.
-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.
-Dedicated wallets help protect user privacy and prevent leaking information of previous trades to other -traders.
-For more background information please see the Bitsquare FAQ. - - \ No newline at end of file