wallet-core/extension/pages/confirm-contract.html

29 lines
760 B
HTML
Raw Normal View History

2015-12-16 10:45:16 +01:00
<!doctype html>
<html>
<head>
<title>Taler Wallet: Confirm Reserve Creation</title>
<script src="../lib/vendor/URI.js"></script>
2016-01-26 17:21:17 +01:00
<script src="../lib/vendor/mithril.js"></script>
<script src="../lib/i18n.js"></script>
<script src="../lib/vendor/lodash.core.min.js"></script>
<script src="../lib/vendor/system-csp-production.src.js"></script>
<script src="../lib/module-trampoline.js"></script>
2015-12-18 22:36:26 +01:00
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
2015-12-16 10:45:16 +01:00
<body>
2015-12-18 22:36:26 +01:00
<header>
<div id="logo"></div>
<h1>Payment Confirmation</h1>
</header>
<aside class="sidebar" id="left">
</aside>
<section id="main">
2016-02-17 17:51:25 +01:00
<article id="contract" class="fade"></article>
2015-12-18 22:36:26 +01:00
</section>
2015-12-17 22:56:24 +01:00
2015-12-16 10:45:16 +01:00
</body>
</html>