75 lines
3.2 KiB
HTML
75 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>No Formal Terms · GOA Bank</title>
|
|
<style>
|
|
:root { color-scheme: dark light; }
|
|
body {
|
|
font-family: system-ui, -apple-system, sans-serif;
|
|
max-width: 40rem; margin: 2rem auto; padding: 0 1.1rem 3rem;
|
|
line-height: 1.5; color: #e8e6e3; background: #1a1520;
|
|
}
|
|
h1 { font-size: 1.35rem; font-weight: 800; margin: 0 0 1rem; color: #f5f0ea; }
|
|
h2 { font-size: 1.05rem; margin: 1.4rem 0 0.5rem; color: #e8c878; }
|
|
p, li { font-size: 0.98rem; }
|
|
ul { padding-left: 1.2rem; }
|
|
code, a { color: #5eead4; }
|
|
a { text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
.badge {
|
|
display: inline-block; font-size: 0.72rem; font-weight: 700;
|
|
letter-spacing: 0.06em; text-transform: uppercase;
|
|
color: #c4b5fd; border: 1px solid rgba(196,181,253,0.35);
|
|
border-radius: 999px; padding: 0.2rem 0.65rem; margin-bottom: 0.85rem;
|
|
}
|
|
.cur {
|
|
border-radius: 12px; padding: 0.75rem 0.9rem; margin: 0.85rem 0 1rem;
|
|
border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.25);
|
|
}
|
|
.cur strong { display: block; font-size: 1.05rem; margin-bottom: 0.25rem; color: #5eead4; }
|
|
.muted { color: #a39e98; font-size: 0.88rem; }
|
|
footer { margin-top: 2rem; font-size: 0.85rem; color: #a39e98; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="badge">bank.hacktivism.ch · GOA</div>
|
|
<h1>No Formal Terms · GOA Exploration Bank</h1>
|
|
<p>This is a <strong>self-hosted GNU Taler regional bank</strong> at
|
|
<code>bank.hacktivism.ch</code> (hacktivism.ch) for the explorational currency
|
|
<strong>GOA</strong>.</p>
|
|
<p><strong>No formal terms of service</strong> apply beyond this short notice.</p>
|
|
|
|
<div class="cur">
|
|
<strong>GOA · explorational</strong>
|
|
Not legal tender. No guaranteed real-world value, redemption, or convertibility.
|
|
Accounts and demo withdraws are for exploration of the GNU Taler stack only.
|
|
</div>
|
|
|
|
<h2>By using this bank you acknowledge</h2>
|
|
<ul>
|
|
<li>GOA is for exploration and testing only.</li>
|
|
<li>There is no guaranteed availability, support, or uptime.</li>
|
|
<li>Operators may reset accounts, balances, or configuration without notice.</li>
|
|
<li>Registration data and wire-style transfers may identify account holders to operators.</li>
|
|
<li>Software is provided as-is, without warranty.</li>
|
|
</ul>
|
|
<p>If you do not agree, do not use this bank.</p>
|
|
|
|
<h2>Related</h2>
|
|
<ul>
|
|
<li><a href="https://bank.hacktivism.ch/intro/">Bank intro</a></li>
|
|
<li><a href="https://exchange.hacktivism.ch/terms">Exchange terms (GOA)</a></li>
|
|
<li><a href="https://taler.hacktivism.ch/terms">Merchant terms</a></li>
|
|
<li><a href="https://bank.hacktivism.ch/privacy">Bank privacy</a></li>
|
|
<li><a href="https://bank.hacktivism.ch/webui/">Bank UI</a></li>
|
|
</ul>
|
|
|
|
<h2>Privacy</h2>
|
|
<p class="muted">Processing under Swiss FADP (revDSG). What data is retained
|
|
(accounts, ledger, logs, …) is listed on
|
|
<a href="https://bank.hacktivism.ch/privacy">/privacy</a>.</p>
|
|
<footer class="muted">bank.hacktivism.ch · landing terms</footer>
|
|
</body>
|
|
</html>
|