diff options
Diffstat (limited to 'src/pages/auditors.html')
| -rw-r--r-- | src/pages/auditors.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/pages/auditors.html b/src/pages/auditors.html deleted file mode 100644 index cbfc3b4b5..000000000 --- a/src/pages/auditors.html +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html> - -<head> - <meta charset="UTF-8"> - <title>Taler Wallet: Auditors</title> - - <link rel="stylesheet" type="text/css" href="../style/wallet.css"> - - <link rel="icon" href="/img/icon.png"> - - <script src="/dist/page-common-bundle.js"></script> - <script src="/dist/auditors-bundle.js"></script> - - <style> - body { - font-size: 100%; - } - .tree-item { - margin: 2em; - border-radius: 5px; - border: 1px solid gray; - padding: 1em; - } - .button-linky { - background: none; - color: black; - text-decoration: underline; - border: none; - } - </style> - - <body> - <div id="container"></div> - </body> -</html> |
