- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
88 lines
2.3 KiB
HTML
88 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>OMDNL — Order of Malta & Absolute Realms</title>
|
|
<meta name="description" content="Official presence for the central bank institution shared by the Sovereign Military Order of Malta and the Absolute Realms." />
|
|
<style>
|
|
:root {
|
|
color-scheme: light dark;
|
|
--bg: #0f1419;
|
|
--fg: #e8eaed;
|
|
--muted: #9aa0a6;
|
|
--accent: #c5a572;
|
|
--card: rgba(255, 255, 255, 0.06);
|
|
}
|
|
@media (prefers-color-scheme: light) {
|
|
:root {
|
|
--bg: #f6f4ef;
|
|
--fg: #1a1a1a;
|
|
--muted: #5c5c5c;
|
|
--accent: #7a5c2e;
|
|
--card: rgba(0, 0, 0, 0.04);
|
|
}
|
|
}
|
|
* { box-sizing: border-box; }
|
|
body {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
font-family: "Georgia", "Times New Roman", serif;
|
|
background: var(--bg);
|
|
color: var(--fg);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 2rem 1.25rem;
|
|
line-height: 1.6;
|
|
}
|
|
main {
|
|
max-width: 36rem;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: clamp(1.5rem, 4vw, 2rem);
|
|
font-weight: 600;
|
|
letter-spacing: 0.04em;
|
|
margin: 0 0 0.5rem;
|
|
}
|
|
.mark {
|
|
display: inline-block;
|
|
padding: 0.35rem 0.75rem;
|
|
border-radius: 0.25rem;
|
|
background: var(--card);
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.12em;
|
|
text-transform: uppercase;
|
|
color: var(--accent);
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
p {
|
|
margin: 0 0 1rem;
|
|
color: var(--muted);
|
|
font-size: 1.05rem;
|
|
}
|
|
footer {
|
|
margin-top: 2.5rem;
|
|
font-size: 0.8rem;
|
|
color: var(--muted);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div class="mark">omdnl.org</div>
|
|
<h1>Order of Malta & Absolute Realms</h1>
|
|
<p>
|
|
This domain supports the <strong>central bank institution</strong> jointly associated with the
|
|
<strong>Sovereign Military Order of Malta</strong> and the <strong>Absolute Realms</strong>.
|
|
</p>
|
|
<p>
|
|
Operational and institutional systems may be linked from here as they are published.
|
|
</p>
|
|
<footer>Hosted for public reference. For official correspondence, use established institutional channels.</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|