wallet-core/packages/taler-wallet-webextension/dev-html/popup.html
2022-03-25 16:58:00 -03:00

40 lines
765 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
html {
font-family: sans-serif; /* 1 */
}
body {
margin: 0;
}
</style>
<style>
html {
}
h1 {
font-size: 2em;
}
input {
font: inherit;
}
body {
margin: 0;
font-size: 100%;
padding: 0;
overflow: hidden;
background-color: #f8faf7;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<link rel="stylesheet" type="text/css" href="/dist/popupEntryPoint.css" />
<script src="/dist/popupEntryPoint.dev.js"></script>
</head>
<body>
<taler-popup id="container" class="popup-container"></taler-popup>
</body>
</html>