wallet-core/packages/taler-wallet-webextension/webextension/static/welcome.html

25 lines
767 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2020-03-30 12:39:32 +02:00
<head>
<meta charset="UTF-8" />
<title>Taler Wallet Installed</title>
2020-03-30 12:39:32 +02:00
<link rel="icon" href="/img/icon.png" />
2020-04-06 21:53:29 +02:00
<link rel="stylesheet" type="text/css" href="/style/pure.css" />
<link rel="stylesheet" type="text/css" href="/style/wallet.css" />
<script src="/pageEntryPoint.js"></script>
2020-03-30 12:39:32 +02:00
</head>
2020-03-30 12:39:32 +02:00
<body>
<section id="main">
<div style="border-bottom: 3px dashed #aa3939; margin-bottom: 2em;">
<h1 style="font-family: monospace; font-size: 250%;">
<span style="color: #aa3939;"></span>Taler Wallet<span style="color: #aa3939;"></span>
</h1>
</div>
<h1>Browser Extension Installed!</h1>
2020-03-30 12:39:32 +02:00
<div id="container">Loading...</div>
</section>
</body>
</html>