Files
relicario/extension/src/vault/vault.html
adlee-was-taken 058a49f68b style(ext/vault): apply .surface-backdrop to fullscreen body
Subtle radial top-glow + grid texture behind the existing vault shell.
No layout changes — existing panes sit above the backdrop's ::before.
2026-05-02 14:55:37 -04:00

13 lines
265 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Relicario — vault</title>
<link rel="stylesheet" href="vault.css">
</head>
<body class="surface-backdrop">
<div id="vault-app"></div>
<script src="vault.js"></script>
</body>
</html>