aboutsummaryrefslogtreecommitdiff
path: root/src/pages/confirm-create-reserve.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-28 23:15:41 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-28 23:15:41 +0200
commitb6e774585d32017e5f1ceeeb2b2e2a5e350354d3 (patch)
tree080cb5afe3b48c0428abd2d7de1ff7fe34d9b9b1 /src/pages/confirm-create-reserve.html
parent38a74188d759444d7e1abac856f78ae710e2a4c5 (diff)
move webex specific things in their own directory
Diffstat (limited to 'src/pages/confirm-create-reserve.html')
-rw-r--r--src/pages/confirm-create-reserve.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/pages/confirm-create-reserve.html b/src/pages/confirm-create-reserve.html
deleted file mode 100644
index 16ab12a30..000000000
--- a/src/pages/confirm-create-reserve.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <meta charset="UTF-8">
- <title>Taler Wallet: Select Taler Provider</title>
-
- <link rel="icon" href="/img/icon.png">
- <link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
- <link rel="stylesheet" type="text/css" href="/src/style/pure.css">
-
- <script src="/dist/page-common-bundle.js"></script>
- <script src="/dist/confirm-create-reserve-bundle.js"></script>
-
- <style>
- body {
- font-size: 100%;
- overflow-y: scroll;
- }
- .button-success {
- background: rgb(28, 184, 65); /* this is a green */
- color: white;
- border-radius: 4px;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
- }
- .button-secondary {
- background: rgb(66, 184, 221); /* this is a light blue */
- color: white;
- border-radius: 4px;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
- }
- a.opener {
- color: black;
- }
- .opener-open::before {
- content: "\25bc"
- }
- .opener-collapsed::before {
- content: "\25b6 "
- }
- </style>
-
-</head>
-
-<body>
- <section id="main">
- <h1>GNU Taler Wallet</h1>
- <div class="fade" id="exchange-selection"></div>
- </section>
-</body>
-
-</html>