wallet-core/pages/confirm-contract.html
Florian Dold ea7fb2d5c8 Revert "html lang"
The changes were incomplete and broke the reserve
creation dialog, reverted for now.

This reverts commit 7c0ca49d03.
2016-03-01 14:05:38 +01:00

31 lines
860 B
HTML

<!doctype html>
<html>
<head>
<title>Taler Wallet: Confirm Reserve Creation</title>
<script src="../lib/vendor/URI.js"></script>
<script src="../lib/vendor/mithril.js"></script>
<script src="../lib/vendor/lodash.core.min.js"></script>
<script src="../lib/vendor/system-csp-production.src.js"></script>
<script src="../lib/vendor/jed.js"></script>
<script src="../lib/i18n.js"></script>
<script src="../lib/i18n-strings.js"></script>
<script src="../lib/module-trampoline.js"></script>
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
<body>
<header>
<div id="logo"></div>
<h1>Payment Confirmation</h1>
</header>
<aside class="sidebar" id="left">
</aside>
<section id="main">
<article id="contract" class="fade"></article>
</section>
</body>
</html>