Files
signalledger.nl/dist/index.html
T
claw abf29e61de
Build and Deploy / build-and-test (push) Failing after 3m37s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
feat: initial CI/CD pipeline, Dockerfile, K8s manifests, build+test scripts
2026-05-31 13:31:56 +00:00

22 lines
513 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signal Ledger</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>Signal Ledger</h1>
<p class="tagline">Independent news. Clear signal.</p>
</header>
<main>
<p>Welcome to Signal Ledger — a subsidiary of Jopdorp.</p>
</main>
<footer>
<p>Signal Ledger is a subsidiary of Jopdorp.</p>
</footer>
</body>
</html>