wallet-core/src/pages/confirm-create-reserve.html

30 lines
682 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2016-02-09 21:56:06 +01:00
<head>
<title>Taler Wallet: Select Taler Provider</title>
2016-11-13 23:30:18 +01:00
<link rel="icon" href="/img/icon.png">
2016-10-03 17:43:51 +02:00
2016-11-13 23:30:18 +01:00
<script src="/src/vendor/URI.js"></script>
<script src="/src/vendor/react.js"></script>
<script src="/src/vendor/react-dom.js"></script>
2016-10-07 14:34:31 +02:00
<!-- module loading -->
2016-11-13 23:30:18 +01:00
<script src="/src/vendor/system-csp-production.src.js"></script>
2016-11-19 16:33:29 +01:00
<script src="/src/moduleTrampoline.js"></script>
2016-02-09 21:56:06 +01:00
2017-03-28 09:47:22 +02:00
<link rel="icon" href="/img/icon.png">
2016-10-07 17:10:22 +02:00
2017-03-28 09:47:22 +02:00
<link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
2016-04-23 19:34:30 +02:00
</head>
<body>
<section id="main">
2016-04-23 19:34:30 +02:00
<h1>GNU Taler Wallet</h1>
2016-03-01 19:39:17 +01:00
<div class="fade" id="exchange-selection"></div>
</section>
</body>
2015-12-07 23:39:25 +01:00
</html>