-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEXE.html
More file actions
55 lines (49 loc) · 1.76 KB
/
Copy pathEXE.html
File metadata and controls
55 lines (49 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Codex Terminal</title>
</head>
<body>
<h1>📜 Codex Terminal</h1>
<p>Frei zugänglich · Open Source · All‑in‑One</p>
<hr>
<h2>🚪 Eingangstor</h2>
<p>
<a href="index.html">
<img src="https://img.shields.io/badge/Calculator-Bonds-blue" alt="Bond Calculator">
</a>
<a href="stats.html">
<img src="https://img.shields.io/badge/Stats-Leitzins-orange" alt="Stats">
</a>
<a href="money.html">
<img src="https://img.shields.io/badge/Money-M2/M3-green" alt="Money">
</a>
<a href="https://github.com/codexboru/bond/tree/main/data/archive/">
<img src="https://img.shields.io/badge/Archiv-Snapshots-lightgrey" alt="Archiv">
</a>
<a href="https://codexboru.github.io/bond/Wallet.html">
<img src="https://img.shields.io/badge/Wallet.html-brightgreen" alt="Wallet.html">
</a>
<a href="README.html">
<img src="https://img.shields.io/badge/Manifest-Codex-red" alt="Manifest">
</a>
<a href="https://codexboru.github.io/bond/market.html">
<img src="https://img.shields.io/badge/Terminal-market.html-brightblue" alt="Terminal market.html">
</a>
</p>
<hr>
<h2>Navigation</h2>
<ul>
<li><a href="index.html">🕳 Bond Calculator</a></li>
<li><a href="stats.html">📊 Leitzins & Bond‑Kurse</a></li>
<li><a href="money.html">🐈 M2/M3 Geldmengen</a></li>
<li><a href="https://github.com/codexboru/bond/tree/main/data/archive/">📂 Archiv</a></li>
<li><a href="README.html">📜 Manifest</a></li>
</ul>
<hr>
<h2>Manifest</h2>
<p>Dieses Terminal vereint Datenbank, Kalkulator, Archiv und Manifest.<br>
Alles frei zugänglich, ohne Paywall, für alle mit einem Webbrowser.</p>
</body>
</html>